数量数字 / 商业-快捷支付
Craft Commerce 4的QuickPay集成
4.2.2
2024-08-22 06:59 UTC
Requires
- craftcms/cms: ^4.0
- craftcms/commerce: ^4.0
- quickpay/quickpay-php-client: ^2.0
Requires (Dev)
- roave/security-advisories: dev-master
- dev-master
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.9
- 4.1.8
- 4.1.7
- 4.1.6
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.2
- 4.0.1
- 4.0.0
- v2.x-dev
- 2.2.28
- 2.2.27
- 2.2.26
- 2.2.25
- 2.2.24
- 2.2.23
- 2.2.22
- 2.2.21
- 2.2.20
- 2.2.19
- 2.2.18
- 2.2.17
- 2.2.16
- 2.2.15
- 2.2.14
- 2.2.13
- 2.2.12
- 2.2.11
- 2.2.10
- 2.2.9
- 2.2.8
- 2.2.7
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- v1.x-dev
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- dev-v4/incorrect-import
- dev-fix--attaching-to-wrong-parent
- dev-outstanding-balance-handling
- dev-fix/capture-callback
- dev-feat/4.1.8
- dev-fix/klarna-basket-handling
- dev-fix/invalid-order-id-reference
- dev-chore/release4.1.6
- dev-chore/release4.1.5
- dev-feature/paymentAmounts
- dev-fix/Fix-queue
- dev-fix/capture-failure
- dev-fix/fix-payment
- dev-fix/fix-payment-bug
- dev-feature/paymentCurrency
- dev-feature/v4.1
- dev-fix/wrong-typings
- dev-fix/capture-payment-loop
This package is auto-updated.
Last update: 2024-09-22 07:11:13 UTC
README
QuickPay for Craft Commerce
此插件为QuickPay提供了Craft Commerce的集成。
要求
此插件需要PHP 8.0、Craft CMS ^4.0和Craft Commerce ^4.0或更高版本。
安装
您可以从插件商店或使用Composer安装此插件。
从插件商店
转到项目控制面板中的插件商店,搜索“QuickPay for Craft Commerce”,然后在模态窗口中点击“安装”按钮。
使用Composer
打开终端并运行以下命令
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require quantity-digital/commerce-quickpay # tell Craft to install the plugin ./craft install/plugin commerce-quickpay
CraftCMS 设置
要添加QuickPay支付网关,请转到 Commerce → 设置 → 网关,创建一个新的网关,并将网关类型设置为“QuickPay”。
提示:API密钥和私钥设置可以设置为环境变量。有关更多信息,请参阅Craft文档中的环境配置。
注意
为了删除付款,Quickpay中的API用户必须具有所需的权限。
路线图
- 授权时的自动捕获
- 状态变更时的捕获
- 翻译为其他语言
- 在手动订单中,向客户发送付款链接