locastic/sylius-ht-payway-plugin

Sylius应用程序的HT PayWay支付插件

安装数: 1,597

依赖项: 0

建议者: 0

安全性: 0

星标: 5

关注者: 4

分支: 2

公开问题: 2

类型:sylius-plugin

v1.0.2 2018-05-15 18:26 UTC

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