brille24 / sylius-ingenico-plugin
Ingenico Payments module for Sylius developed
Installs: 165
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:sylius-plugin
Requires
- php: ^7.1
- sylius/sylius: ^1.0.4
Requires (Dev)
- behat/behat: ^3.3
- behat/mink: ^1.7
- behat/mink-browserkit-driver: ^1.3
- behat/mink-extension: ^2.2
- behat/mink-selenium2-driver: ^1.3
- friends-of-behat/context-service-extension: ^1.0
- friends-of-behat/cross-container-extension: ^1.0
- friends-of-behat/service-container-extension: ^1.0
- friends-of-behat/symfony-extension: ^1.0
- friends-of-behat/variadic-extension: ^1.0
- lakion/mink-debug-extension: ^1.2.3
- matthiasnoback/symfony-config-test: ^2.0
- phpspec/phpspec: ^3.2
- phpstan/phpstan-shim: ^0.10.1
- phpstan/phpstan-strict-rules: ^0.10.0
- phpunit/phpunit: ^5.6
- se/selenium-server-standalone: ^2.52
- sylius-labs/coding-standard: ^2.0
This package is not auto-updated.
Last update: 2018-10-20 17:47:37 UTC
README
This plugin allows you to integrate Ingenico ePayments e-Commerce with Sylius Platform.
Installation
-
Run
composer require brille24/sylius-ingenico-plugin
-
Register the Plugin in your
AppKernel
file:
public function registerBundles() { return array_merge(parent::registerBundles(), [ ... new \Brille24\SyliusIngenicoPlugin\Brille24SyliusIngenicoPlugin(), ]); }
- Add the
routing.yml
to your localapp/config/routing.yml
:
brille24_sylius_ingenico_plugin_accept_payment: resource: "@Brille24SyliusIngenicoPlugin/Resources/config/routing.yml"
- Add the payment gateway to your local
app/config/config.yml
:
payum: gateways: ingenico: factory: ingenico
- Add templates from
src/Resources/views/Checkout/SelectPayment
to your localapp/Resources/SyliusShopBundle/views/Checkout/SelectPayment
Documentation
Available Payment Methods
Following payment methods are available in the plugin:
- KBC / CBC Online
- ING HomePay
- Belfius NetBanking
- iDeal
- Bancontact/Mister Cash
- Maestro
- Sofort
- Creditcard
Payment methods are needed to be added into Ingenico Ogone account: Configuration -> Payment methods
Create Payment Method
- Go to Sylius Admin -> Congfiguration -> Payment methods -> Create -> Ingenico