Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 2f38a65

Browse files
author
Volodymyr Kublytskyi
committed
Sync released version of Instant Purchase (forward port from 2.2 to 2.3)
- fixed Braintree PayPal integration with Instant Purchase
1 parent c20ed34 commit 2f38a65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Braintree/etc/config.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@
8282
<title>Stored Accounts (Braintree PayPal)</title>
8383
<can_use_internal>1</can_use_internal>
8484
<instant_purchase>
85-
<available>Magento\Braintree\Model\InstantPurchase\CreditCard\AvailabilityChecker</available>
86-
<tokenFormat>Magento\Braintree\Model\InstantPurchase\CreditCard\TokenFormatter</tokenFormat>
85+
<tokenFormat>Magento\Braintree\Model\InstantPurchase\PayPal\TokenFormatter</tokenFormat>
8786
<additionalInformation>Magento\Braintree\Model\InstantPurchase\PaymentAdditionalInformationProvider</additionalInformation>
8887
</instant_purchase>
8988
</braintree_paypal_vault>

0 commit comments

Comments
 (0)