antilop / paybox-bundle
Paybox 套件。
v1.2.0
2021-09-09 10:33 UTC
Requires
- lib/curl: ^0.5.0
This package is not auto-updated.
Last update: 2024-09-20 00:28:30 UTC
README
配置
要配置此套件,您需要输入API密钥、密钥和模板列表
# app/config/paybox.yml paybox: parameters: production: false # Switch between Paybox test and production servers site: 'XXXXX' # Site number rank: 'XXX' # Rank number login: 'XXXXXXX' # Customer's login hmac: key: 'XXXXXXX' # Key used to compute the hmac hash
设置
将 Antilop\Bundle\PayboxBundle\PayboxBundle
添加到您的 bundles.php
$bundles = [ // ... Antilop\Bundle\PayboxBundle\PayboxBundle::class => ['all' => true] ];
限制
目前,此套件是为实验目的开发的。可能会添加更改和调整,以实现更完整的使用。