ffss / module-go-cuotas-payment
Go Cuotas 支付模块
dev-master
2023-11-18 20:46 UTC
Requires
- php: ^7.0.0
This package is not auto-updated.
Last update: 2024-10-03 02:04:00 UTC
README
本扩展用于在阿根廷使用 Go Cuotas API 进行支付。
- 允许终端用户设置凭据、结账信息和支付方式名称
- 生成待处理订单,并使用返回参数回退并更改订单状态为取消或处理(并创建发票)。
- 添加通知 URL 以使用 webhook_url 获取更新
- 在支付失败时取消订单并重新生成一个,并重定向到结账页面。
- 配置在支付成功后通过电子邮件发送发票
- 配置网站上的直接结账或模态结账
安装
- 在 [root]/app/code/FS/GoCuotas 创建一个文件夹
- 从 这里 下载模块 ZIP 文件
- 复制到文件夹
或者
- composer require ff-ss/go-cuotas-payment
然后
-
测试凭据
用户名:seller_sandbox@gocuotas.com
密码:secret -
注意:如果你的下订单按钮坏了,请尝试从文件的 23 到 30 行中删除
/view/frontend/web/template/payment/gocuotas.html
然后你需要激活该模块。
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:clean
bin/magento cache:flush
卸载
bin/magento module:uninstall FS_GoCuotas
支持
不提供任何保修或支持。
贡献
欢迎拉取请求。对于重大更改,请首先提交一个问题来讨论您想更改的内容。
请确保根据需要更新测试。
如何创建 PR
- 分支它
- 创建您的功能分支(git checkout -b my-new-feature)
- 提交您的更改(git commit -am '添加一些功能')
- 推送到分支(git push origin my-new-feature)
- 创建新的拉取请求