eclyptox/sylius-redsys-plugin

允许在redsys中进行redys支付的支付插件。

安装数: 1,550

依赖者: 0

建议者: 0

安全性: 0

星标: 4

关注者: 2

分支: 2

开放性问题: 0

类型:sylius-plugin


README

概述

此插件集成了基于Sylius的应用程序的红sys支付。安装后,您应该能够为Redsys网关创建支付方式,并在您的网店中启用其支付。

安装

$ composer require eclyptox/sylius-redsys-plugin

将插件依赖项添加到您的config/bundles.php文件中

return [
    Eclyptox\SyliusRedsysPlugin\EclyptoxSyliusRedsysPlugin::class => ['all' => true],
]

测试

$ wget https://getcomposer.org.cn/composer.phar
$ php composer.phar install
$ yarn install
$ yarn run gulp
$ php bin/console sylius:install --env test
$ php bin/console server:start --env test
$ open https://:8000
$ bin/behat features/*
$ bin/phpspec run

贡献

了解更多关于我们的贡献流程,请访问 http://docs.sylius.org/en/latest/contributing/