libre-informatique / sylius-paybox-bundle
Paybox gateway for Sylius projects.
Installs: 3 097
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 6
Forks: 6
Type:symfony-bundle
Requires
- php: >=7.1
- sylius/sylius: ^1.0
Requires (Dev)
- phpunit/phpunit: ^6.4
- symfony/phpunit-bridge: >=3.2
This package is not auto-updated.
Last update: 2024-11-04 08:42:07 UTC
README
Paybox gateway for Sylius projects.
This plugin has been generated thanks to the payum composer Skeleton and thanks to remyma/payum-paybox extension
Usage
- Install this bundle:
$ composer require libre-informatique/sylius-paybox-bundle
- In order to allow a previous denied/canceled payment to be completed, change payment state machine by importing config file in your
app/config/config.yml
imports:
- { resource: "@LibrinfoSyliusPayboxBundle/Resources/config/app/config.yml" }
- Configure payment method in Sylius Admin panel