Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.07 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.07 KB

Sylius Paybox Bundle by Gontran License Version

Paybox gateway for Sylius projects.

This plugin has been generated thanks to the payum composer Skeleton and thanks to remyma/payum-paybox extension

Usage

  1. Install this bundle:

    $ composer require gontran/sylius-paybox-bundle
  2. 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: "@GontranSyliusPayboxBundle/Resources/config/app/config.yml" }
    
  3. Configure payment method in Sylius Admin panel

Complementary documentation