arcange/sylius-mercanet-bnp-paribas-plugin

Mercanet BNP Paribas payment plugin for Sylius applications.


README

Mercanet BNP Paribas payment plugin

Build

Install

Requirements

This branch (main) support Sylius 1.11+

$ composer require arcange/sylius-mercanet-bnp-paribas-plugin

Add plugin dependencies to your config/bundles.php file:

<?php

// config/bundles.php

return [
    // ...
    Arcange\SyliusMercanetBnpParibasPlugin\ArcangeSyliusMercanetBnpParibasPlugin::class => ['all' => true],
];

Usage

Go to the payment methods in your admin panel. Now you should be able to add new payment method for Mercanet BNP Paribas gateway.

Note: to test the plugin locally, see CONTRIBUTING.md

Credit

Based on fork of https://github.com/BitBagCommerce/SyliusMercanetBnpParibasPlugin.

License

This plugin's source code is completely free and released under the terms of the MIT license.