Sylius PayZen bundle via Payum
- Systempay
- Scellius
- CLIC&PAY
- OSB
- SogeCommerce
If the payment gateway you are using is not in this list, please open an issue or a pull request
- Install this bundle:
$ composer require kiboko/sylius-payzen-bundle
- Configure new payment method in Sylius Admin
-
Copie le contenu de
src
danssrc/Kiboko/Bundle/SyliusPayzenBundle
-
Déclarer le bundle dans
config/bundles.php
:
Kiboko\Bundle\SyliusPayzenBundle\KibokoSyliusPayzenBundle::class => ['all' => true],
- Ajouter dans le fichier
composer.json
dans la partiepsr-4
:
"Kiboko\\Bundle\\": "src/Kiboko/Bundle/",
Install jq
package.
Run make build
In your project, you can add the plugin with
"repositories": {
"payzen-integration": {
"type": "package",
"package": {
"name": "kiboko/sylius-payzen-bundle",
"version": "0.1.0",
"dist": {
"url": "{PATH_TO_YOUR_ARCHIVE}/sylius-payzenbundle-0.1.0.tar",
"type": "tar"
}
}
}
}
And run composer require kiboko/sylius-payzen-bundle