test-magenx / module-authorizenet
N/A
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.1.3||~7.2.0||~7.3.0
- magento/framework: 102.0.*
- magento/module-backend: 101.0.*
- magento/module-catalog: 103.0.*
- magento/module-checkout: 100.3.*
- magento/module-payment: 100.3.*
- magento/module-quote: 101.1.*
- magento/module-sales: 102.0.*
- magento/module-store: 101.0.*
Suggests
- magento/module-config: 101.1.*
This package is auto-updated.
Last update: 2024-11-13 07:46:08 UTC
README
The Magento_Authorizenet module implements the integration with the Authorize.Net payment gateway and makes the latter available as a payment method in Magento.
Extensibility
Extension developers can interact with the Magento_Authorizenet 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_Authorizenet module.
Events
This module dispatches the following events:
-
checkout_directpost_placeOrder
event in the\Magento\Authorizenet\Controller\Directpost\Payment\Place::placeCheckoutOrder()
method. Parameters:result
is a data object (\Magento\Framework\DataObject
class).action
is a controller object (\Magento\Authorizenet\Controller\Directpost\Payment\Place
).
-
order_cancel_after
event in the\Magento\Authorizenet\Model\Directpost::declineOrder()
method. Parameters:order
is an order object (\Magento\Sales\Model\Order
class).
This module observes the following events:
checkout_submit_all_after
event in theMagento\Authorizenet\Observer\SaveOrderAfterSubmitObserver
file.checkout_directpost_placeOrder
event in theMagento\Authorizenet\Observer\AddFieldsToResponseObserver
file.
For information about events in Magento 2, see Events and observers.
Layouts
This module introduces the following layouts and layout handles in the view/adminhtml/layout
directory:
adminhtml_authorizenet_directpost_payment_redirect
This module introduces the following layouts and layout handles in the view/frontend/layout
directory:
authorizenet_directpost_payment_backendresponse
authorizenet_directpost_payment_redirect
authorizenet_directpost_payment_response
For more information about layouts in Magento 2, see the Layout documentation.