Skip to content

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.

License

Notifications You must be signed in to change notification settings

SoftifyDev/SyliusImojePlugin

Repository files navigation

Sylius Imoje Plugin

Sylius plugin for ING online payment.

Overview

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.

Installation

  1. Run composer require softify/imoje-plugin.

  2. Add plugin dependencies to your config/bundles.php file:

   return [
       Softify\SyliusImojePlugin\SoftifySyliusImojePlugin::class => ['all' => true],
   ]
  1. Add plugin routing to main configuration
imoje_plugin_shop:
    resource: "@SoftifySyliusImojePlugin/Resources/config/shop_routing.yml"

Configuration

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published