pagofacilnet / module-payment
PagoFacil.net为Magento 2提供的支付网关插件
v0.3.5
2020-02-20 17:56 UTC
Requires
- php: ~7.3
- ext-curl: *
- ext-json: *
- psr/http-client: 1.0.*
- psr/http-message: 1.0.*
This package is auto-updated.
Last update: 2024-09-29 02:50:36 UTC
README
PagoFácil在线
如何工作?
提供舒适和隐私的实用解决方案。只需几个简单步骤,您就可以开始收费
- 步骤 1
- 您的客户下订单
- 步骤 2
- 您的客户输入信用卡详情
- 步骤 3
- 确认订单和购买信息
- 步骤 4
- 您和您的客户收到交易确认
安装
记住以下基本知识
usermod -a -G <web server group name> <support user> chown -R <web server user name>:<web server group name> /path/of/your/magento find . -type d -exec chmod 775 {} + && find . -type f -exec chmod 664 {} + && chmod ug+x bin/magento composer require pagofacilnet/module-payment bin/magento module:enable Pagofacil_Card --clear-static-content bin/magento setup:upgrade bin/magento setup:di:compile
如果您需要有关如何安装的更多信息,请阅读Magento安装流程
更新
composer clear-cache composer update pagofacilnet/card-magento2 bin/magento setup:upgrade bin/magento setup:di:compile
文档
贡献者
PagoFacil.net团队