ars-creo / sylius-dotpay-plugin
Dotpay plugin for Sylius.
dev-master / 1.11.x-dev
2022-05-21 17:38 UTC
Requires
- php: ^7.4 || ^8.0 || ^8.1
- ext-bcmath: *
- sylius/sylius: ^1.8 || ^1.9 || ^1.10 || ^1.11
Requires (Dev)
- behat/behat: ^3.6.1
- behat/mink-selenium2-driver: ^1.4
- dmore/behat-chrome-extension: ^1.3
- dmore/chrome-mink-driver: ^2.7
- friends-of-behat/mink: ^1.8
- friends-of-behat/mink-browserkit-driver: ^1.4
- friends-of-behat/mink-extension: ^2.4
- friends-of-behat/page-object-extension: ^0.3
- friends-of-behat/suite-settings-extension: ^1.0
- friends-of-behat/symfony-extension: ^2.1
- friends-of-behat/variadic-extension: ^1.3
- lakion/mink-debug-extension: ^1.2.3
- phpspec/phpspec: ^6.1
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: 0.12.25
- phpstan/phpstan-doctrine: 0.12.13
- phpstan/phpstan-strict-rules: ^0.12.0
- phpstan/phpstan-webmozart-assert: 0.12.4
- phpunit/phpunit: ^8.5
- sensiolabs/security-checker: ^6.0
- sylius-labs/coding-standard: ^3.1
- symfony/browser-kit: ^4.4
- symfony/debug-bundle: ^4.4|^5.0
- symfony/dotenv: ^4.4|^5.0
- symfony/intl: ^4.4|^5.0
- symfony/web-profiler-bundle: ^4.4|^5.0
- symfony/web-server-bundle: ^4.4|^5.0
- vimeo/psalm: 3.11.4
This package is not auto-updated.
Last update: 2024-12-15 03:58:07 UTC
README
Installation
composer req ars-creo/sylius-dotpay-plugin
Add plugin to your config/bundles.php
file:
return [
...
Acme\SyliusDotpayPlugin\AcmeSyliusDotpayPlugin::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.