Skip to content

πŸ’³ Sylius GoPay payment gateway plugin πŸ’³

Notifications You must be signed in to change notification settings

munzarf/gopay-plugin

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

67 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Sylius GoPay payment gateway plugin


Installation

Until pull request is merged, require it this way:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/munzarf/gopay-plugin"
        }
    ],
    "require": {
        "bratiask/gopay-plugin": "dev-master as 1.6.0"
    }
}

Add plugin dependencies to your bundles.php file:

Bratiask\GoPayPlugin\GoPayPlugin::class => ['all' => true]

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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%