sergiosanchezalvarez/ceca-plugin
Composer 安装命令:
composer require sergiosanchezalvarez/ceca-plugin
包简介
CECA payment gateway plugin for Sylius applications.
README 文档
README
Installation
$ composer require sergiosanchezalvarez/ceca-plugin
Add routing to your app/config/routing.yml
ceca_payum: resource: "@CecaPlugin/Resources/config/routing.yml"
Add plugin dependencies to your AppKernel.php file:
public function registerBundles() { return array_merge(parent::registerBundles(), [ ... new \Sergiosanchezalvarez\CecaPlugin\CecaPlugin(), ]); }
Configure the comercios.ceca.es with this notification url
* http://yourdomain.tld/payum/ceca/bank-notification
- or https
Configure and active the gateway in syliys admin zone
And it's done! :)
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-09