czende/gopay-plugin

GoPay payment gateway plugin for Sylius applications.

Installs: 5 097

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

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: 2024-04-28 01:24:14 UTC


README

68747470733a2f2f64656d6f2e73796c6975732e636f6d2f6173736574732f73686f702f696d672f6c6f676f2e706e67
68747470733a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f732f6166386669656263716d6b3977676d2f476f5061792d6c6f676f2d76617269616e74612d412d50414e544f4e452e706e67

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.