Sylius plugin for ING online payment.
The plugin integrates Imoje payments with Sylius based applications. After the installation you should be able to create a payment method for Imoje gateway and enable its payments in your web store. Plugin also supports online refunds.
-
Run
composer require softify/imoje-plugin. -
Add plugin dependencies to your config/bundles.php file:
return [
Softify\SyliusImojePlugin\SoftifySyliusImojePlugin::class => ['all' => true],
]- Add plugin routing to main configuration
imoje_plugin_shop:
resource: "@SoftifySyliusImojePlugin/Resources/config/shop_routing.yml"Plugin has only one configuration with default values:
softify_sylius_imoje:
ips:
- 5.196.116.32/28
- 51.195.95.0/28
- 54.37.185.64/28
- 54.37.185.80/28
- 147.135.151.16/28