AuthorizenetCardinal
Use the Magento_AuthorizenetCardinal module to enable 3D Secure 2.0 support for AuthorizenetAcceptjs payment integrations.
Structure
Gateway/
- the directory that contains payment gateway command interfaces and service classes.
For information about typical file structure of a module in Magento 2, see Module file structure.
Extensibility
Extension developers can interact with the Magento_AuthorizenetCardinal module. For more information about the Magento extension mechanism, see Magento plug-ins.
The Magento dependency injection mechanism enables you to override the functionality of the Magento_AuthorizenetCardinal module.
Events
This module observes the following events:
payment_method_assign_data_authorizenet_acceptjs
event in theMagento\AuthorizenetCardinal\Observer\DataAssignObserver
file.
For information about an event in Magento 2, see Events and observers.