- Card payments as supported by GP webpay
- Fully integrated as Sylius payment method
- Using more different gateways at once or per channel
-
Run
$ composer require mangoweb-sylius/sylius-gpwebpay-payment-gateway-plugin
. -
Add plugin classes to your
config/bundles.php
:return [ ... MangoSylius\SyliusGPWebpayPaymentGatewayPlugin\MangoSyliusGPWebpayPaymentGatewayPlugin::class => ['all' => true], ];
- Create GP webpay payment type
in Sylius admin panel
- Develop your plugin in
/src
- See
bin/
for useful commands
After your changes you must ensure that the tests are still passing.
$ composer install
$ bin/console doctrine:schema:create -e test
$ bin/behat
$ bin/phpstan.sh
$ bin/ecs.sh
This library is under the MIT license.
Developed by manGoweb.