magenxcommerce / module-authorizenet
N/A
Installs: 4
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-backend: 101.0.*
- magenxcommerce/module-catalog: 103.0.*
- 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.*
Suggests
- magenxcommerce/module-config: 101.1.*
Replaces
- magento/module-authorizenet: *
- dev-placeholder
- dev-default
- dev-2.4.3-release
- 100.3.6.x-dev
- 100.3.6
- 100.3.5.x-dev
- 100.3.5
- 100.3.4.x-dev
- 100.3.4
- 100.3.3.x-dev
- 100.3.3
- 100.3.2.x-dev
- 100.3.2
- 100.3.1.x-dev
- 100.3.1
- 100.3.0.x-dev
- 100.3.0
- 100.2.7.x-dev
- 100.2.7
- 100.2.6.x-dev
- 100.2.6
- 100.2.4.x-dev
- 100.2.4
- 100.1.10.x-dev
- 100.1.10
- 2.3.7.x-dev
- 2.3.6.x-dev
- 2.3.5.x-dev
- 2.3.4.x-dev
- 2.3.3.x-dev
- 2.3.2.x-dev
- 2.3.1.x-dev
- 2.3.0.x-dev
- dev-2.3.6-p1
- dev-2.3.7-p1
- dev-2.3.7-p2
This package is auto-updated.
Last update: 2024-10-21 11:08:07 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.