GENERAL
ADDITIONAL
We work on stable, supported and up-to-date versions of packages. We recommend you to do the same.
| Package | Version |
|---|---|
| PHP | >8.0 |
| sylius/sylius | 1.12.x - 1.13.x |
| MySQL | >= 5.7 |
| NodeJS | 14.x |
composer require bitbag/payu-pluginAdd plugin dependencies to your config/bundles.php file:
# config/bundles.php
return [
...
BitBag\SyliusPayUPlugin\BitBagSyliusPayUPlugin::class => ['all' => true],
];bin/console cache:clearNote: If you are running it on production, add the -e prod flag to this command.
For the plugin to work correctly,
base currencyshould be set toPolish Zlotyin the Sylius admin panel.
For incorrectly displayed translations, execute the command:
bin/console cache:clear