Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
All Data Structures Namespaces Files Functions Variables Pages
Variables
paypal_vault_token.php File Reference

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)
 

Variable Documentation

◆ $config

$config = $objectManager->get(Config::class)

Definition at line 17 of file paypal_vault_token.php.

◆ $encryptor

$encryptor = $objectManager->get(EncryptorInterface::class)

Definition at line 24 of file paypal_vault_token.php.

◆ $paymentToken

$paymentToken = $objectManager->create(PaymentToken::class)

Definition at line 27 of file paypal_vault_token.php.

◆ $tokenRepository

$tokenRepository = $objectManager->create(PaymentTokenRepository::class)

Definition at line 40 of file paypal_vault_token.php.