autepos / remita-wallet
为 AiPayment 提供的 Remita Wallet 支付服务
dev-main
2022-08-27 08:41 UTC
Requires
- php: ^8.0
- autepos/ai-payment: dev-main
- guzzlehttp/guzzle: ^7.4
Requires (Dev)
- orchestra/testbench: ^7.6
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-09-27 13:33:33 UTC
README
此软件包为 AiPayment 提供Remita Wallet支付服务。
安装
composer require autepos/remita-wallet
配置
有关使用支付服务并选择支付提供商的信息,请参阅 AiPayment;
$paymentService->provider('remita_wallet') ->config($config);
$config 是一个配置数组,包含键 username,password,scheme,account_number,api_base, 以及 webhook_secret[可选]
。
配置键必须从 Remita 获取
使用方法
该软件包目前仅限内部使用。要在项目中使用该软件包,您需要联系我们或 Remita 以获取帮助。