locastic/sylius-ht-payway-plugin

HT PayWay payment plugin for Sylius applications

Installs: 1 597

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 4

Forks: 2

Open Issues: 2

Type:sylius-plugin

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

This package is auto-updated.

Last update: 2024-04-15 20:55:52 UTC


README

68747470733a2f2f73796c6975732e636f6d2f6173736574732f62616467652d617070726f7665642d62792d73796c6975732e706e67

Demo

To Do

Overview

Ht PayWay is one the most popular and most used payment gateway in Croatia. This plugin allows you to easily integrate credit card payment via HT PayWay in Sylius.

To do: Implement Onsite (Direct) payment

Installation

$ composer require locastic/sylius-ht-payway-plugin

Add plugin dependencies to your AppKernel.php file:

public function registerBundles()
{
    return array_merge(parent::registerBundles(), [
        ...
        
        new \Locastic\SyliusHTPayWayPlugin\LocasticSyliusHTPayWayPlugin(),
    ]);
}

Usage

Go to Sylius admin, Payment options and configure your HT PayWay. You will need to have your shop_id and secret_key.

Testing

$ 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 http://localhost:8080
$ bin/behat
$ bin/phpspec run

Contribution

Learn more about our contribution workflow on http://docs.sylius.org/en/latest/contributing/.

Support

Want us to help you with this plugin or any Sylius project? Write us an email on info@locastic.com