softify/imoje-plugin
Composer 安装命令:
composer require softify/imoje-plugin
包简介
Imoje plugin for Sylius.
关键字:
README 文档
README
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
-
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"
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
统计信息
- 总下载量: 576
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-06-03