diff --git a/README.md b/README.md index 6208955..2677247 100755 --- a/README.md +++ b/README.md @@ -3,6 +3,15 @@ Sylius Payzen Bundle Sylius PayZen bundle via Payum +### Compatibility + +- Systempay +- Scellius +- CLIC&PAY +- OSB +- SogeCommerce + +If the payment gateway you are using is not in this list, please open an [issue](https://github.com/kiboko-labs/payzen-bundle/issues) or a [pull request](https://github.com/kiboko-labs/payzen-bundle/pulls) ### Usage & install diff --git a/composer.json b/composer.json index c437a80..340d47c 100755 --- a/composer.json +++ b/composer.json @@ -17,6 +17,7 @@ ], "require": { "sylius/sylius": "^1.0", + "ekyna/payum-payzen": "^1.6.6", "ekyna/payum-payzen-bundle": "^1.6" }, "require-dev": { diff --git a/src/Form/Type/PayzenGatewayConfigurationType.php b/src/Form/Type/PayzenGatewayConfigurationType.php index 5688795..a94022a 100755 --- a/src/Form/Type/PayzenGatewayConfigurationType.php +++ b/src/Form/Type/PayzenGatewayConfigurationType.php @@ -44,6 +44,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) 'sylius.form.gateway_configuration.payzen.endpoint.choices.scellius' => Api::ENDPOINT_SCELLIUS, 'sylius.form.gateway_configuration.payzen.endpoint.choices.systempay' => Api::ENDPOINT_SYSTEMPAY, 'sylius.form.gateway_configuration.payzen.endpoint.choices.osb' => Api::ENDPOINT_OSB, + 'sylius.form.gateway_configuration.payzen.endpoint.choices.sogecommerce' => Api::ENDPOINT_SOGECOMMERCE, ), ]) ; diff --git a/src/Resources/translations/messages.en.yml b/src/Resources/translations/messages.en.yml index 378b07f..561616f 100755 --- a/src/Resources/translations/messages.en.yml +++ b/src/Resources/translations/messages.en.yml @@ -17,5 +17,6 @@ sylius: scellius: Scellius systempay: SystemPay osb: OSB + sogecommerce: SogeCommerce payzen_gateway_factory: payzen_checkout: Payzen Checkout diff --git a/src/Resources/translations/messages.fr.yml b/src/Resources/translations/messages.fr.yml index e0633b9..eb002ef 100755 --- a/src/Resources/translations/messages.fr.yml +++ b/src/Resources/translations/messages.fr.yml @@ -17,5 +17,6 @@ sylius: scellius: Scellius systempay: SystemPay osb: OSB + sogecommerce: SogeCommerce payzen_gateway_factory: payzen_checkout: Payzen Checkout