ayminovitch/sylius-trustpaytest-plugin

Plugin for add a trustpay gateway payment

This package is auto-updated.

Last update: 2025-03-29 01:08:01 UTC


README

Plugin for card payment gateway on sylius

Trustpay Plugin

Sylius Plugin for integrate Trustpay card form payment.

Quickstart Installation

  • Install with composer:

    composer require ayminovitch/sylius-trustpay-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 Trustpay 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)