2017 © Pedro Peláez
 

sylius-plugin sylius-ht-payway-plugin

HT PayWay payment plugin for Sylius applications

image

locastic/sylius-ht-payway-plugin

HT PayWay payment plugin for Sylius applications

  • Tuesday, May 15, 2018
  • by antonioperic
  • Repository
  • 3 Watchers
  • 4 Stars
  • 559 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 1170 % Grown

The README.md




, (*1)

Demo

To Do, (*2)

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., (*3)

To do: Implement Onsite (Direct) payment, (*4)

Installation

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

Add plugin dependencies to your AppKernel.php file:, (*5)

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., (*6)

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/., (*7)

Support

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

The Versions