noble-commerce / module-pay2-pix
N/A
1.0.5
2023-10-24 16:30 UTC
Requires
- magento/framework: *
- magento/module-checkout: *
- magento/module-payment: *
- magento/module-sales: *
README
由NobleCommerce.io提供的针对Magento 2平台的Pay2 Pix支付网关。
安装
1 - 安装模块
composer require noble-commerce/module-pay2-pix
2 - 启用模块并清除缓存
bin/magento module:enable Pay2_Pix bin/magento setup:upgrade bin/magento cache:flush
完成!
配置
要配置支付网关模块,请访问商店管理员并转到“商店”>“配置”>“销售”>“支付方式”。打开“Pay2 Pix网关”部分并填写所需的数据。
- 此模块需要客户税vat或地址vat ID字段启用,以便客户填写CPF/CNPJ值。
- 您还必须配置地址行数为4 - 最后一行必须是补充字段。
附加信息
- 取消订单将取消支付处理而不与支付网关通信。任何进一步的支付网关通信也将被阻止。仅在您想手动确认、处理和退款订单的情况下使用此命令。