instride/pimcore-payum-payrexx

CoreShop - Payrexx Bundle

安装: 50

依赖: 0

建议者: 0

安全: 0

星级: 0

关注者: 2

分支: 0

开放问题: 0

类型:pimcore-bundle

2.1.0 2024-06-04 08:20 UTC

This package is auto-updated.

Last update: 2024-09-04 08:50:31 UTC


README

Payum Payrexx Bundle

此包激活了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. 配置

前往 CoreShopPaymentProviders 并添加新的提供商。从 type 中选择 payrexx 并填写底部所需字段。