magenxcommerce/module-authorizenet-acceptjs

N/A

100.3.5 2021-10-21 04:47 UTC

README

The Magento_AuthorizenetAcceptjs module implements the integration with the Authorize.Net payment gateway and makes the latter available as a payment method in Magento.

安装详情

在禁用或卸载此模块之前,请注意,Magento_AuthorizenetCardinal模块依赖于此模块。

有关在Magento 2中安装模块的信息,请参阅启用或禁用模块

结构

Gateway/ - 包含支付网关命令接口和服务类的目录。

有关在Magento 2中模块的典型文件结构信息,请参阅模块文件结构

可扩展性

扩展开发者可以与Magento_AuthorizenetAcceptjs模块交互。有关Magento扩展机制的更多信息,请参阅Magento插件

Magento依赖注入机制允许您覆盖Magento_AuthorizenetAcceptjs模块的功能。

事件

此模块观察以下事件

  • payment_method_assign_data_authorizenet_acceptjs事件在Magento\AuthorizenetAcceptjs\Observer\DataAssignObserver文件中。

有关在Magento 2中事件的信息,请参阅事件和观察者