bluepay / creditcard
BluePay 信用卡插件用于 M2
dev-master
2017-06-26 22:08 UTC
Requires
- php: >=5.5.0
- magento/magento-composer-installer: *
This package is not auto-updated.
Last update: 2024-09-20 17:22:18 UTC
README
*** 本扩展已弃用。请参阅此处找到的 Magento 2 CC & ACH 模块: https://github.com/jslingerland/BluePay_Payment_M2
BluePay 信用卡支付模块用于 Magento 2。如果您正在寻找 Magento 1.x.x.x 支付模块,请点击此处
由于此模块将您的 Magento 店铺链接到 BluePay 网关,因此需要网关账户。如果您还没有账户,请点击此处开始注册流程。
安装
- 首先,导航到您的 Magento 2 根目录
- 输入以下命令
composer config repositories.bluepay_creditcard git https://github.com/jslingerland/BluePay_CreditCard_M2.git composer require bluepay/creditcard:dev-master
依赖项安装完成后,输入以下命令
php bin/magento module:enable BluePay_CreditCard --clear-static-content php bin/magento setup:upgrade
此时,模块应已完全安装。最后,登录到您的 Magento 管理后台,导航到“商店”->“配置”->“销售”->“支付方法”->“BluePay (信用卡)”以完成设置。