czende/gopay-plugin

GoPay payment gateway plugin for Sylius applications.

Installs: 5 347

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 3

Forks: 6

Open Issues: 3

Type:sylius-plugin

v1.0 2018-03-13 22:17 UTC

This package is not auto-updated.

Last update: 2025-03-30 05:54:02 UTC


README


Installation

$ composer require czende/gopay-plugin

Add plugin dependencies to your AppKernel.php file:

public function registerBundles()
{
    return array_merge(parent::registerBundles(), [
        ...
        
        new \Czende\GoPayPlugin\GoPayPlugin(),
    ]);
}

Usage

Add your test credentials in Sylius admin as new payment method. Complete couple of orders with different states and send email to GoPay authorities. After the review you will get production credentials, so just change it in Sylius admin and you are ready to go.