File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase Expand file tree Collapse file tree 3 files changed +7
-2
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
Original file line number Diff line number Diff line change 26
26
<data name =" creditCard/data/payment_code" xsi : type =" string" >braintree</data >
27
27
<data name =" configData" xsi : type =" string" >braintree, braintree_use_vault</data >
28
28
<data name =" status" xsi : type =" string" >Processing</data >
29
- <data name =" tag" xsi : type =" string" >test_type:3rd_party_test, severity:S1</data >
29
+ <data name =" tag" xsi : type =" string" >severity:S1</data >
30
30
<constraint name =" Magento\Sales\Test\Constraint\AssertOrderSuccessCreateMessage" />
31
31
<constraint name =" Magento\Sales\Test\Constraint\AssertOrderStatusIsCorrect" />
32
32
<constraint name =" Magento\Sales\Test\Constraint\AssertAuthorizationInCommentsHistory" />
You can’t perform that action at this time.
0 commit comments