locastic / sylius-ht-payway-plugin
Sylius应用程序的HT PayWay支付插件
v1.0.2
2018-05-15 18:26 UTC
Requires
- php: ^7.1
- locastic/tcompayway: ^2.0
- sylius/sylius: ^1.1
Requires (Dev)
- behat/behat: ^3.3
- behat/mink: ^1.7
- behat/mink-browserkit-driver: ^1.3
- behat/mink-extension: ^2.2
- behat/mink-selenium2-driver: ^1.3
- friends-of-behat/context-service-extension: ^1.0
- friends-of-behat/cross-container-extension: ^1.0
- friends-of-behat/service-container-extension: ^1.0
- friends-of-behat/symfony-extension: ^1.0
- friends-of-behat/variadic-extension: ^1.0
- lakion/mink-debug-extension: ^1.2.3
- phpspec/phpspec: ^3.2
- phpstan/phpstan-shim: ^0.9.2
- phpunit/phpunit: ^6.5
- se/selenium-server-standalone: ^2.52
- sylius-labs/coding-standard: ^1.0
- symplify/easy-coding-standard: ^2.4
This package is auto-updated.
Last update: 2024-09-15 21:53:08 UTC
README
演示
待办事项
概述
Ht PayWay是克罗地亚最受欢迎和最常用的支付网关之一。此插件允许您轻松地在Sylius中集成通过HT PayWay进行信用卡支付。
待办事项:实现本地(直接)支付
安装
$ composer require locastic/sylius-ht-payway-plugin
将插件依赖项添加到您的AppKernel.php文件中
public function registerBundles() { return array_merge(parent::registerBundles(), [ ... new \Locastic\SyliusHTPayWayPlugin\LocasticSyliusHTPayWayPlugin(), ]); }
使用方法
前往Sylius管理员,支付选项并配置您的HT PayWay。您需要拥有您的shop_id和secret_key。
测试
$ composer install $ cd tests/Application $ yarn install $ yarn run gulp $ bin/console assets:install web -e test $ bin/console doctrine:schema:create -e test $ bin/console server:run 127.0.0.1:8080 -d web -e test $ open https://:8080 $ bin/behat $ bin/phpspec run
贡献
了解更多关于我们的贡献工作流程,请访问 http://docs.sylius.org/en/latest/contributing/。
支持
希望我们帮助您使用此插件或任何Sylius项目?请发送电子邮件至 info@locastic.com