onpayio/magento2
最新稳定版本:1.0.4
Composer 安装命令:
composer require onpayio/magento2
包简介
OnPay Payment Method
关键字:
README 文档
README
Payment Gateway Extension for Magento 2, based on the official OnPay PHP SDK. The plugin adds the following functionality to Magento:
- Usage of OnPay as a payment method.
- Validation of orders with callbacks directly from OnPay, outside the context of the cardholders browser.
- Management of transaction on order pages in Magento admin.
The plugin is tested and confirmed working on
- Magento 2.4.8
Usage
Installation via Composer (Recommended)
- Install the module composer by running
composer require onpayio/magento2 - Enable the module by running
php bin/magento module:enable OnPay_Magento2 - Apply database updates by running
php bin/magento setup:upgrade - Compile Magento code base by running
php bin/magento setup:di:compile - Deploy static content by running
php bin/magento setup:static-content:deploy - Clean the cache by running
php bin/magento cache:clean - You are ready to go
统计信息
- 总下载量: 27
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-03-06