bouteg/payfip-plugin

DGFIP Payfip payment plugin for Sylius applications.

Installs: 26

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:sylius-plugin

This package is auto-updated.

Last update: 2024-04-06 14:31:15 UTC


README

DGFIP Payfip payment plugin for Sylius applications.

Requirements

Package Version
PHP ^7.3
Sylius 1.7

Installation

Use Composer to install the plugin :

$ composer require bouteg/payfip-plugin

Add plugin dependencies to your config/bundles.php file :

return [
  ...
  Bouteg\PayfipPlugin\BoutegPayfipPlugin::class => ['all' => true],
];

Clear cache :

$ php bin/console cache:clear

Usage

  • Go to the Payment Methods admin page and choose to create a new "Payfip payment" method.
  • Choose a name & a code for the method.
  • Grab your client number from the DGFIP and paste it into the appropriate fields.
  • Set the mode to Test if you want to first test the integration with a fake credit card.