File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Paypal/view/frontend/layout
Vault/view/frontend/layout Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 5
5
* See COPYING.txt for license details.
6
6
*/
7
7
-->
8
- <page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
8
+ <page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
9
10
<body >
10
11
<referenceBlock name =" customer_account_navigation" >
11
- <block class =" Magento\Customer\Block\Account\SortLinkInterface" name =" customer-account-navigation-billing-agreements-link" >
12
+ <block class =" Magento\Customer\Block\Account\SortLinkInterface"
13
+ name =" customer-account-navigation-billing-agreements-link"
14
+ ifconfig =" payment/paypal_express/active"
15
+ >
12
16
<arguments >
13
17
<argument name =" path" xsi : type =" string" >paypal/billing_agreement</argument >
14
18
<argument name =" label" xsi : type =" string" translate =" true" >Billing Agreements</argument >
Original file line number Diff line number Diff line change 5
5
* See COPYING.txt for license details.
6
6
*/
7
7
-->
8
- <page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
8
+ <page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
9
10
<body >
10
11
<referenceBlock name =" customer_account_navigation" >
11
- <block class =" Magento\Customer\Block\Account\SortLinkInterface" name =" customer-account-navigation-my-credit-cards-link" >
12
+ <block class =" Magento\Customer\Block\Account\SortLinkInterface"
13
+ name =" customer-account-navigation-my-credit-cards-link"
14
+ ifconfig =" payment/braintree/active"
15
+ >
12
16
<arguments >
13
17
<argument name =" path" xsi : type =" string" >vault/cards/listaction</argument >
14
18
<argument name =" label" xsi : type =" string" translate =" true" >Stored Payment Methods</argument >
You can’t perform that action at this time.
0 commit comments