arcange/sylius-mercanet-bnp-paribas-plugin

Mercanet BNP Paribas payment plugin for Sylius applications.


README

68747470733a2f2f6d656469612e6167656e6365617263616e67652e66722f6769746875622d696d616765732f6c6962732f6769746875622d73796c6975732d6d657263616e65742e706e67

Mercanet BNP Paribas payment plugin

Build

Install

Requirements

This branch (main) support Sylius 1.11+

Package Version
PHP ^8.0
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.