w-vision / payum-payrexx-bundle
CoreShop - Payrexx Bundle
Installs: 114
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:pimcore-bundle
Requires
- php: ^8.1
- instride/payum-payrexx: ^1.0
This package is auto-updated.
Last update: 2024-06-04 08:21:18 UTC
README
This bundle activates the Payrexx PaymentGateway in CoreShop. It requires the instride/payum-payrexx package, which will be installed automatically.
Installation
1. Composer
$ composer require instride/pimcore-payum-payrexx
2. Register the bundle
// config/bundles.php <?php return [ // ... Instride\Bundle\PimcorePayumPayrexxBundle\PimcorePayumPayrexxBundle::class => ['all' => true], ];
3. Configuration
Go to CoreShop
→ PaymentProviders
and add a new Provider. Select payrexx
from type
and fill out the required fields at the bottom.