sergiosanchezalvarez / ceca-plugin
CECA payment gateway plugin for Sylius applications.
Package info
github.com/sergiosanchezalvarez/ceca-plugin
Type:sylius-plugin
pkg:composer/sergiosanchezalvarez/ceca-plugin
0.4
2017-11-13 11:37 UTC
Requires
- php: ^7.1
- sylius/sylius: ^1.0
Requires (Dev)
- phpspec/phpspec: ^3.2
This package is not auto-updated.
Last update: 2026-03-29 12:20:20 UTC
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! :)