gontran/sylius-paybox

Paybox gateway for Sylius projects.

0.3 2017-04-14 13:11 UTC

This package is auto-updated.

Last update: 2024-04-13 20:58:57 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

  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