srkits/sylius-razor-pay-plugin

Sylius项目中的Razor Pay支付集成

安装: 20

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 3

开放问题: 0

类型:sylius-plugin


README

Srkits Razor Pay插件

概述

该插件将Razor Pay支付集成到基于Sylius的应用程序中。安装后,您应该能够在您的网店中创建Razor Pay网关的支付方式并启用其支付功能。

支持

我们在Sylius之上开发令人惊叹的电子商务项目。需要帮助或项目额外资源吗?请发送电子邮件至 md@srkitsolutions.com 或访问我们的 网站! 🚀

安装

运行 composer require srkits/sylius-razor-pay-plugin

测试

$ 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