An open API service indexing awesome lists of open source software.

https://github.com/agencearcange/syliusmercanetbnpparibasplugin

BnpParibas Mercanet payment gateway for Sylius based applications.
https://github.com/agencearcange/syliusmercanetbnpparibasplugin

mercanet sylius

Last synced: 4 months ago
JSON representation

BnpParibas Mercanet payment gateway for Sylius based applications.

Awesome Lists containing this project

README

        





Mercanet BNP Paribas payment plugin

[![Build](https://github.com/agencearcange/SyliusMercanetBnpParibasPlugin/actions/workflows/build.yaml/badge.svg)](https://github.com/agencearcange/SyliusMercanetBnpParibasPlugin/actions/workflows/build.yaml)

## Install

### Requirements

This branch (main) support Sylius 1.11+

- [Use v2 for Sylius 1.10](https://github.com/agencearcange/SyliusMercanetBnpParibasPlugin/tree/v2)
- [Use v1 for Sylius 1.7](https://github.com/agencearcange/SyliusMercanetBnpParibasPlugin/tree/v1)

| Package | Version |
|---------|---------|
| PHP | ^8.0 |
| Sylius | 1.11 |

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

Add plugin dependencies to your config/bundles.php file:
```php
['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](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.