devloopsnet/bagisto-mastercard
Bagisto的MasterCard支付网关。
v1.0.2
2021-10-03 11:02 UTC
Requires
- php: ^8.0
- illuminate/bus: ^7.0|^8.0
- illuminate/contracts: ^7.0|^8.0
- illuminate/database: ^7.0|^8.0
- illuminate/pagination: ^7.0|^8.0
- illuminate/queue: ^7.0|^8.0
- illuminate/support: ^7.0|^8.0
Requires (Dev)
- mockery/mockery: ^1.3
- phpunit/phpunit: ^8.0|^9.0
This package is auto-updated.
Last update: 2024-09-09 22:11:48 UTC
README
Bagisto MasterCard支付网关
1. 简介
此包为Bagisto提供MasterCard作为支付网关,支持测试模式。
2. 要求
- Bagisto:v1.3.1。
3. 安装
- 安装Bagisto MasterCard支付网关扩展
composer require devloopsnet/bagisto-mastercard
- 运行以下命令以完成设置
php artisan config:cache
php artisan migrate
php artisan route:cache
php artisan vendor:publish
-> Press 0 and then press enter to publish all assets and configurations.
4. 设置
通过配置 -> 销售 -> 支付方式导航到admin/configuration/sales/paymentmethods
然后您可以填写账户经理提供的所需凭证,即访问令牌和实体ID
- 确保在测试时启用测试模式。
- 使用测试模式启用时的实时凭证会导致支付网关无法正常工作。