File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 447
447
<!-- PayPal value handlers infrastructure -->
448
448
<type name =" Magento\Braintree\Gateway\Response\PayPal\VaultDetailsHandler" >
449
449
<arguments >
450
- <argument name =" paymentTokenFactory" xsi : type =" object" >Magento\Vault\Model\AccountPaymentTokenFactory </argument >
450
+ <argument name =" paymentTokenFactory" xsi : type =" object" >Magento\Vault\Api\Data\PaymentTokenFactoryInterface </argument >
451
451
</arguments >
452
452
</type >
453
453
<virtualType name =" BraintreePayPalValueHandlerPool" type =" Magento\Payment\Gateway\Config\ValueHandlerPool" >
Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ class PaymentTokenFactory implements PaymentTokenFactoryInterface
22
22
*/
23
23
private $ tokenTypes = [];
24
24
25
+ /**
26
+ * @var ObjectManagerInterface
27
+ */
28
+ private $ objectManager ;
29
+
25
30
/**
26
31
* PaymentTokenFactory constructor.
27
32
* @param ObjectManagerInterface $objectManager
You can’t perform that action at this time.
0 commit comments