CECA payment gateway plugin for Sylius applications.

0.4 2017-11-13 11:37 UTC

This package is not auto-updated.

Last update: 2025-06-08 07:56:06 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! :)