goncziakos/sylius-barion-payment-gateway

Sylius Barion payment gateway plugin.

v1.0.2 2020-12-12 19:49 UTC

This package is not auto-updated.

Last update: 2024-04-28 10:43:13 UTC


README

Quickstart Installation

  1. Add to composer.json file:
    "repositories": [
        {
            "type": "package",
            "package": {
                "name": "barion/barion-web-php",
                "version": "1.4.2",
                "dist": {
                    "url": "https://github.com/barion/barion-web-php/archive/v1.4.2.zip",
                    "type": "zip"
                },
                "source": {
                    "url": "https://github.com/barion/barion-web-php.git",
                    "type": "git",
                    "reference": "v1.4.2"
                },
                "autoload": {
                    "classmap": [ "library/" ],
                    "files": [
                        "library/common/Constants.php",
                        "library/BarionClient.php"
                    ]
                }
            }
        }
    ],
  1. Run composer req goncziakos/sylius-barion-payment-gateway

  2. Add new Barion payment on admin