Skip to content

💳 Sylius GoPay payment gateway plugin 💳

License

Notifications You must be signed in to change notification settings

czende/gopay-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sylius GoPay payment gateway plugin


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.

About

💳 Sylius GoPay payment gateway plugin 💳

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages