Plugin for card payment gateway on sylius
Sylius Plugin for integrate Payzen card form payment.
-
Install with
composer:composer require dalvintech/sylius-payzen-plugin "dev-main" -
Create
template:You should copy all directory or files in
src/Resources/viewand paste into yourtemplatesdirectory of your app.
This plugin add a new payment method for CardPayment via Payzen Gateway. The form is embed in your store , no redirection.
-
Using
testenvironment:(cd tests/Application && APP_ENV=test bin/console sylius:fixtures:load) (cd tests/Application && APP_ENV=test bin/console server:run -d public)
-
Using
devenvironment:(cd tests/Application && APP_ENV=dev bin/console sylius:fixtures:load) (cd tests/Application && APP_ENV=dev bin/console server:run -d public)