This bundle activates the Payrexx PaymentGateway in CoreShop. It requires the instride/payum-payrexx package, which will be installed automatically.
$ composer require instride/pimcore-payum-payrexx
// config/bundles.php
<?php
return [
// ...
Instride\Bundle\PimcorePayumPayrexxBundle\PimcorePayumPayrexxBundle::class => ['all' => true],
];
Go to CoreShop
→ PaymentProviders
and add a new Provider. Select payrexx
from type
and fill out the required fields at the bottom.