We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94fc33e commit c036be8Copy full SHA for c036be8
app/code/Magento/Vault/Model/AbstractPaymentTokenFactory.php
@@ -37,7 +37,7 @@ public function __construct(
37
PaymentTokenFactoryInterface $paymentTokenFactory = null
38
) {
39
if (!$paymentTokenFactory) {
40
- $paymentTokenFactory = $this->objectManager->get(PaymentTokenFactoryInterface::class);
+ $paymentTokenFactory = $objectManager->get(PaymentTokenFactoryInterface::class);
41
}
42
43
$this->objectManager = $objectManager;
0 commit comments