magenxcommerce / module-authorizenet-cardinal
Provides a possibility to enable 3-D Secure 2.0 support for Authorize.Net Acceptjs.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.3.0||~7.4.0
- magenxcommerce/framework: 102.0.*
- magenxcommerce/module-authorizenet-acceptjs: 100.3.*
- magenxcommerce/module-cardinal-commerce: 100.3.*
- magenxcommerce/module-checkout: 100.3.*
- magenxcommerce/module-payment: 100.3.*
- magenxcommerce/module-quote: 101.1.*
- magenxcommerce/module-sales: 102.0.*
- magenxcommerce/module-store: 101.0.*
Replaces
- magento/module-authorizenet-cardinal: *
This package is auto-updated.
Last update: 2024-10-21 11:07:01 UTC
README
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.