knyk/sylius-dotpay-plugin

Dotpay implementation for Sylius

Installs: 2 347

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:sylius-plugin

1.0.1 2020-03-27 22:56 UTC

This package is auto-updated.

Last update: 2024-03-28 07:16:59 UTC


README

Installation

composer install knyk/sylius-dotpay-plugin

Add plugin to your config/bundles.php file:

return [
    ...
    Knyk\SyliusDotpayPlugin\KnykSyliusDotpayPlugin::class => ['all' => true]
];

Clear cache by running bin/console cache:clear

Usage

In order to enable Dotpay payment method You have to add new method in admin panel of Your Sylius shop.

To do that go to Admin > Payment methods > Create > Dotpay.

Then You will be asked to provide ID and PIN of Your Dotpay account.

Sandbox

You can enable sandbox mode by switching Sandbox option in payment method edit form in admin panel.