instride / pimcore-payum-payrexx
CoreShop - 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-09-04 08:50:31 UTC
README
此包激活了CoreShop中的Payrexx PaymentGateway。它需要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
并填写底部所需字段。