w-vision / payum-payrexx-bundle
2.1.0
2024-06-04 08:20 UTC
Requires
- php: ^8.1
- instride/payum-payrexx: ^1.0
This package is auto-updated.
Last update: 2024-06-04 08:21:18 UTC
README
此包在CoreShop中激活了 Payrexx 支付网关。它需要 instride/payum-payrexx 包,该包将自动安装。
安装
1. Composer
$ composer require instride/pimcore-payum-payrexx
2. 注册包
// config/bundles.php <?php return [ // ... Instride\Bundle\PimcorePayumPayrexxBundle\PimcorePayumPayrexxBundle::class => ['all' => true], ];
3. 配置
前往 CoreShop
→ PaymentProviders
并添加一个新的提供商。从 type
中选择 payrexx
并填写底部所需字段。