devloopsnet / bagisto-hyperpay
Bagisto的Hyperpay支付网关。
v1.0.1
2021-10-03 10:20 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-08-29 06:07:41 UTC
README
Bagisto HyperPay支付网关
1. 简介
本包提供hyperpay(网络)作为Bagisto的支付网关,支持沙盒环境。
2. 要求
- Bagisto: v1.3.1.
3. 安装
- 安装Bagisto HyperPay支付网关扩展
composer require devloopsnet/bagisto-hyperpay
- 运行以下命令以完成设置
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
- 确保在测试时启用沙盒。
- 使用启用沙盒的实时凭证将导致支付网关无法正常工作。