Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
$config = $objectManager->get(Config::class) | |
$encryptor = $objectManager->get(EncryptorInterface::class) | |
$paymentToken = $objectManager->create(PaymentToken::class) | |
$tokenRepository = $objectManager->create(PaymentTokenRepository::class) | |
$config = $objectManager->get(Config::class) |
Definition at line 17 of file paypal_vault_token.php.
$encryptor = $objectManager->get(EncryptorInterface::class) |
Definition at line 24 of file paypal_vault_token.php.
$paymentToken = $objectManager->create(PaymentToken::class) |
Definition at line 27 of file paypal_vault_token.php.
$tokenRepository = $objectManager->create(PaymentTokenRepository::class) |
Definition at line 40 of file paypal_vault_token.php.