Skip to content

Commit

Permalink
Merge pull request #4 from camilleislasse/master
Browse files Browse the repository at this point in the history
Add SogeCommerce endpoint
  • Loading branch information
gplanchat authored Feb 7, 2023
2 parents f44e785 + 9dcbfdb commit 9d98618
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
],
"require": {
"sylius/sylius": "^1.0",
"ekyna/payum-payzen": "^1.6.6",
"ekyna/payum-payzen-bundle": "^1.6"
},
"require-dev": {
Expand Down
1 change: 1 addition & 0 deletions src/Form/Type/PayzenGatewayConfigurationType.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
),
])
;
Expand Down
1 change: 1 addition & 0 deletions src/Resources/translations/messages.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ sylius:
scellius: Scellius
systempay: SystemPay
osb: OSB
sogecommerce: SogeCommerce
payzen_gateway_factory:
payzen_checkout: Payzen Checkout
1 change: 1 addition & 0 deletions src/Resources/translations/messages.fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ sylius:
scellius: Scellius
systempay: SystemPay
osb: OSB
sogecommerce: SogeCommerce
payzen_gateway_factory:
payzen_checkout: Payzen Checkout

0 comments on commit 9d98618

Please sign in to comment.