w-vision/payum-payrexx-bundle

此包已被放弃且不再维护。作者建议使用 instride/pimcore-payum-payrexx 包。

CoreShop - Payrexx Bundle

安装: 114

依赖: 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-06-04 08:21:18 UTC


README

Payum Payrexx Bundle

此包在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. 配置

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