plumtreesystems/sylius-paysera-plugin

This is a sylius plugin that implements the plumtreesystems/payum-paysera-gateway


README

This is a Sylius plugin for integrating paysera payments with PlumTreeSystems/PayumPayseraGateway

Installation

Run composer require plumtreesystems/sylius-paysera-plugin.

Add plugin dependencies to your bundles.php file:

return [
    PTS\SyliusPayseraPlugin\PTSSyliusPayseraPlugin::class => ['all' => true],
];

Clear your project cache to enable translations:

php bin/console cache:clear

Usage

Add your project configuration from inside the admin panel

For test payments, check the "Test mode" option

Override your shop template to insert Paysera logo

Inserting Paysera logo to your shop

Run php bin/console assets:install public

Access image asset in twig template:

<img src="{{ asset('bundles/ptssyliuspayseraplugin/img/paysera.png') }}" alt="Paysera"/>

Credits

This package uses Paysera's library for integrating payments with Paysera

https://bitbucket.org/paysera/libwebtopay/