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
Requires
- php: ^7.1
- gopay/payments-sdk-php: ^1.3.4
- sylius/sylius: ^1.0
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.