adsazad/sylius-razor-pay-plugin

Sylius项目中Razor Pay支付集成

安装: 5

依赖: 0

建议者: 0

安全: 0

星星: 0

关注者: 0

分支: 3

类型:sylius-plugin


README

Srkits Razor Pay插件

概览

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

支持

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

安装

运行 composer require adsazad/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