blackbird / module-lyranetwork-bnppirb
BNPP IRB支付平台集成于Magento 2
2.3.2
2018-09-11 07:54 UTC
Requires
- magento/framework: >=100.0.0
- magento/module-checkout: >=100.0.0
- magento/module-config: >=100.2.0
- magento/module-directory: >=100.0.2
- magento/module-payment: >=100.0.2
- magento/module-quote: >=100.0.2
- magento/module-sales: >=100.0.2
This package is auto-updated.
Last update: 2024-09-12 03:36:03 UTC
README
BNPP IRB for Magento是一个开源插件,将基于Magento的电子商务网站链接到由Lyra Network开发的BNPP IRB安全支付网关。
具体来说,它支持以下支付方式
- BNPP IRB - 标准信用卡支付
- BNPP IRB - 信用卡分期付款
安装和升级
- 如果不存在,创建app/code/Lyranetwork/Bnppirb文件夹。
- 在您的Magento 2 app/code/Lyranetwork/Bnppirb文件夹中解压缩模块。
- 打开命令行并切换到Magento安装根目录。
- 启用模块:php bin/magento module:enable --clear-static-content Lyranetwork_Bnppirb
- 升级数据库:php bin/magento setup:upgrade
- 重新运行编译命令:php bin/magento setup:di:compile
- 通过:php bin/magento setup:static-content:deploy [locale] 更新静态文件
要禁用模块:php bin/magento module:disable --clear-static-content Lyranetwork_Bnppirb
配置
- 在Magento 2管理界面中,浏览到“STORES > Configuration”菜单
- 点击“SALES”部分下的“Payment Methods”链接
- 展开BNPP IRB支付方式以输入您的网关凭据
- 在保存配置后刷新无效的Magento缓存。
许可证
本分发中包含的每个BNPP IRB支付模块源文件均根据开放软件许可证(OSL 3.0)授权。
请参阅LICENSE.txt以获取OSL 3.0许可证的全文。它也可通过以下URL在世界范围内获得: https://open-source.org.cn/licenses/osl-3.0.php.