Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (ObjectManagerInterface $objectManager) | |
create (VaultPaymentInterface $paymentMethod, int $storeId) | |
Payment method integration facade factory.
Definition at line 14 of file IntegrationFactory.php.
__construct | ( | ObjectManagerInterface | $objectManager | ) |
IntegrationFactory constructor.
ObjectManagerInterface | $objectManager |
Definition at line 25 of file IntegrationFactory.php.
create | ( | VaultPaymentInterface | $paymentMethod, |
int | $storeId | ||
) |
Creates instance of integration facade.
VaultPaymentInterface | $paymentMethod | |
int | $storeId |
Definition at line 37 of file IntegrationFactory.php.