dalvintech/sylius-payzen-plugin

Plugin for add a payzen gateway payment


README

Plugin for card payment gateway on sylius

68747470733a2f2f64656d6f2e73796c6975732e636f6d2f6173736574732f73686f702f696d672f6c6f676f2e706e67

68747470733a2f2f6d656469612d657870312e6c6963646e2e636f6d2f646d732f696d6167652f43344430424151486c484d614f4d4f72534d412f636f6d70616e792d6c6f676f5f3230305f3230302f302f313534363935363633363834373f653d3231353930323434303026763d6265746126743d4d36747852417a765242736c51722d5037432d77316261355f5a774b71696a73635030507955686a326451

Payzen Plugin

Sylius Plugin for integrate Payzen card form payment.

Quickstart Installation

  • Install with composer:

    composer require dalvintech/sylius-payzen-plugin "dev-main"

  • Create template:

    You should copy all directory or files in src/Resources/view and paste into your templates directory of your app.

Usage

This plugin add a new payment method for CardPayment via Payzen Gateway. The form is embed in your store , no redirection.

Test : Opening Sylius with your plugin

  • Using test environment:

    (cd tests/Application && APP_ENV=test bin/console sylius:fixtures:load)
    (cd tests/Application && APP_ENV=test bin/console server:run -d public)
  • Using dev environment:

    (cd tests/Application && APP_ENV=dev bin/console sylius:fixtures:load)
    (cd tests/Application && APP_ENV=dev bin/console server:run -d public)