Skip to content

Commit c036be8

Browse files
committed
Changed constructor
1 parent 94fc33e commit c036be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Vault/Model/AbstractPaymentTokenFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function __construct(
3737
PaymentTokenFactoryInterface $paymentTokenFactory = null
3838
) {
3939
if (!$paymentTokenFactory) {
40-
$paymentTokenFactory = $this->objectManager->get(PaymentTokenFactoryInterface::class);
40+
$paymentTokenFactory = $objectManager->get(PaymentTokenFactoryInterface::class);
4141
}
4242

4343
$this->objectManager = $objectManager;

0 commit comments

Comments
 (0)