2017 © Pedro Peláez
 

sylius-plugin ceca-plugin

CECA payment gateway plugin for Sylius applications.

image

sergiosanchezalvarez/ceca-plugin

CECA payment gateway plugin for Sylius applications.

  • Monday, November 13, 2017
  • by sergiosanchezalvarez
  • Repository
  • 1 Watchers
  • 1 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Sylius Ceca payment gateway plugin

Installation

$ composer require sergiosanchezalvarez/ceca-plugin

Add routing to your app/config/routing.yml, (*1)

ceca_payum:
    resource: "@CecaPlugin/Resources/config/routing.yml"

Add plugin dependencies to your AppKernel.php file:, (*2)

public function registerBundles()
{
    return array_merge(parent::registerBundles(), [
        ...

        new \Sergiosanchezalvarez\CecaPlugin\CecaPlugin(),
    ]);
}

Configure the comercios.ceca.es with this notification url, (*3)

* http://yourdomain.tld/payum/ceca/bank-notification
  • or https

Configure and active the gateway in syliys admin zone, (*4)

And it's done! :), (*5)

The Versions

13/11 2017

dev-master

9999999-dev

CECA payment gateway plugin for Sylius applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

13/11 2017

0.4

0.4.0.0

CECA payment gateway plugin for Sylius applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

11/11 2017

0.3

0.3.0.0

CECA payment gateway plugin for Sylius applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

11/11 2017

0.2

0.2.0.0

CECA payment gateway plugin for Sylius applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

09/11 2017

0.1

0.1.0.0

CECA payment gateway plugin for Sylius applications.

  Sources   Download

MIT

The Requires

 

The Development Requires