This is a Sylius plugin for integrating paysera payments with PlumTreeSystems/PayumPayseraGateway
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
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
Run php bin/console assets:install public
Access image asset in twig template:
<img src="{{ asset('bundles/ptssyliuspayseraplugin/img/paysera.png') }}" alt="Paysera"/>
This package uses Paysera's library for integrating payments with Paysera