This branch (main) support Sylius 1.11+
| Package | Version |
|---|---|
| PHP | ^8.0 |
| Sylius | 1.11 |
$ composer require arcange/sylius-mercanet-bnp-paribas-pluginAdd plugin dependencies to your config/bundles.php file:
<?php
// config/bundles.php
return [
// ...
Arcange\SyliusMercanetBnpParibasPlugin\ArcangeSyliusMercanetBnpParibasPlugin::class => ['all' => true],
];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
Based on fork of https://github.com/BitBagCommerce/SyliusMercanetBnpParibasPlugin.
This plugin's source code is completely free and released under the terms of the MIT license.