sergiosanchezalvarez/ceca-plugin

为Sylius应用程序提供的CECA支付网关插件。

0.4 2017-11-13 11:37 UTC

This package is not auto-updated.

Last update: 2024-09-29 04:48:53 UTC


README

安装

$ composer require sergiosanchezalvarez/ceca-plugin

将路由添加到app/config/routing.yml文件中

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

将插件依赖项添加到AppKernel.php文件中

public function registerBundles()
{
    return array_merge(parent::registerBundles(), [
        ...
        
        new \Sergiosanchezalvarez\CecaPlugin\CecaPlugin(),
    ]);
}

使用此通知URL配置comercios.ceca.es

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

在Sylius管理区域中配置和激活网关

完成了! :)