softify/imoje-plugin

Imoje plugin for Sylius.

This package is auto-updated.

Last update: 2024-04-18 00:22:05 UTC


README

68747470733a2f2f64656d6f2e73796c6975732e636f6d2f6173736574732f73686f702f696d672f6c6f676f2e706e67

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