antilop/paybox-bundle

Paybox 套件。

安装: 509

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 4

分支: 0

开放问题: 0

类型:symfony-bundle

v1.2.0 2021-09-09 10:33 UTC

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]
];

限制

目前,此套件是为实验目的开发的。可能会添加更改和调整,以实现更完整的使用。