royalpunk/paybox-bundle

Paybox 扩展包。

安装: 994

依赖项: 0

建议者: 0

安全: 0

类型:symfony-bundle

v1.6.0 2022-09-16 09:00 UTC

This package is auto-updated.

Last update: 2024-09-20 16:01:34 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

设置

RoyalPunk\Bundle\PayboxBundle\PayboxBundle 添加到您的 bundles.php

$bundles = [
    // ...
    RoyalPunk\Bundle\PayboxBundle\PayboxBundle::class => ['all' => true]
];

限制

目前,此扩展包是为实验目的开发的。可能会添加更改和调整,以实现更全面的使用。