rocapayofficial/rocapay-magento2-payment-gateway
Composer 安装命令:
composer require rocapayofficial/rocapay-magento2-payment-gateway
包简介
RocaPay Payment Gateway integration for Magento 2
README 文档
README
This payment gateway integration enables you to use RocaPay with Magento 2.
Installation
Composer
To get the latest version of the gateway through Composer, run the command:
composer require rocapayofficial/rocapay-magento2-payment-gateway
Direct Download
You can also download the gateway as a TAR File. Then, run the following commands in your installation's root directory:
cd app/code
mkdir -p Rocapay/RocapayPaymentGateway
tar -zxvf rocapay-magento2-payment-gateway-master.tar.gz
Configuration
First, you have to sign up for a RocaPay account.
Then, you have to create a widget and put in YOUR_DOMAIN/rocapay/payment/callback in the Postback URL field.
After that, enable the gateway by running this in your installation's root directory:
php bin/magento module:enable Rocapay_RocapayPaymentGateway --clear-static-content php bin/magento setup:upgrade
Finally, copy the API key, provided under the implementation tab of your newly created widget, to the payment's gateway configuration menu in the admin panel (Stores / Configuration / Sales / Payment Methods / RocaPay).
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-01-02