Skip to content

lemonwaysas/lemonway-prestashop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️WARNING: This client is deprecated⚠️

Lemon Way Payment Gateway for Prestashop


How to use this repository

Get and change sources

If you want to do any changes follow this steps:

  1. Clone the repo
$ git clone https://github.com/lemonwaysas/prestashop-lemonway-plugin.git
  1. Checkout into develop branch
$ git checkout -b develop origin/develop
  1. Write your modifications and save your files

  2. Stage and commit your changes

// Stage all modifications
$ git add .
// Commit with message. For good practices see: https://github.com/ajoslin/conventional-changelog/blob/master/conventions/angular.md  
$ git commit -m "fix(webkit): Not display card form selection if customer no have crad number"
  1. Share your code
$ git push
  1. Finally, send pull request

Wiki


You can find some informations about installation, configuration and how to use this module in Wiki.

LICENCE


Copyright 2015 Lemonway

This source file is subject to the MIT License
that is bundled with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://opensource.org/licenses/mit-license.php