wobokas / IsoshopPayUPlugin

PayU payment plugin for Sylius applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BitBag

BitBag PayU Plugin Build Status

Overview

This plugin integrated PayU payments with Sylius based applications. After installing it you should be able to create a payment method for PayU gateway and enable its payments in your web store.

Support

Do you want us to customize this plugin for your specific needs? Write us an email on mikolaj.krol@bitbag.pl đź’»

Installation

$ composer require bitbag/payu-plugin

Add plugin dependencies to your AppKernel.php file:

public function registerBundles()
{
    return array_merge(parent::registerBundles(), [
        ...
        
        new \BitBag\PayUPlugin\BitBagPayUPlugin(),
    ]);
}

Testing

$ wget http://getcomposer.org/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 http://localhost:8000
$ bin/behat features/*
$ bin/phpspec run

Contribution

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

About

PayU payment plugin for Sylius applications.


Languages

Language:PHP 94.5%Language:Gherkin 4.1%Language:JavaScript 1.4%