Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (PaymentTokenManagement $tokenManagement, Session $session) | |
getCustomerSessionTokens () | |
Definition at line 11 of file CustomerTokenManagement.php.
__construct | ( | PaymentTokenManagement | $tokenManagement, |
Session | $session | ||
) |
CustomerTokenManagement constructor.
PaymentTokenManagement | $tokenManagement | |
Session | $session |
Definition at line 28 of file CustomerTokenManagement.php.
getCustomerSessionTokens | ( | ) |
Returns list of payment tokens for current customer session
Definition at line 41 of file CustomerTokenManagement.php.