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.
- Host: GitHub
- URL: https://github.com/agencearcange/syliusmercanetbnpparibasplugin
- Owner: agencearcange
- Created: 2020-09-10T08:02:52.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T09:13:10.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T10:56:07.835Z (4 months ago)
- Topics: mercanet, sylius
- Language: PHP
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
Mercanet BNP Paribas payment plugin
[](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.