Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Latest commit

 

History

History
executable file
·
24 lines (17 loc) · 623 Bytes

File metadata and controls

executable file
·
24 lines (17 loc) · 623 Bytes

Prestashop paiement module using Payplug

Installation

You should move this directory in Prestashop module directory, or use Prestashop module importation in Prestashop admin pages

Packaging

You can make an archive ready to be imported in Prestashop with the following commands :

To zip your current tree, usefull if you want to test the module (remember to commit your changes to get them in the archive):

make archive_head

To zip from the master branch, when you want to release

make archive_master