webnise-solutions/sylius-razorpay

Sylius项目中Razorpay支付集成

安装: 1

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 0

分支: 3

类型: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