Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 733 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 733 Bytes

Payum Payrexx Bundle

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 CoreShopPaymentProviders and add a new Provider. Select payrexx from type and fill out the required fields at the bottom.