Skip to content

Latest commit

 

History

History
83 lines (56 loc) · 3.1 KB

README.md

File metadata and controls

83 lines (56 loc) · 3.1 KB
Supported Magento Versions Maintained - Yes

LiqPay Extension for Magento 2

LiqPay payment integration extension for Magento 2.

Check out the Wiki pages for the project details.

Idea

The idea of this repository and contribution is to learn how to create payment integrations for Magento 2. Each and everyone can contribute.

About LiqPay

Liqpay – is a payment system that allows easily send money from Visa or MasterCard cards to virtual account in Liqpay system linked to a mobile phone (cell phone) number. Later on you may send money to other phone numbers, withdraw money from Liqpay system to your card or leave money at your account and use it later.

Screenshots

Checkout Payment Page

Checkout Payment Page

Payment Information

Payment Information

Configuration Settings

Configuration Settings

Order Transaction Details Page

Order Transaction Details Page

How to Contribute

  1. Join the Discord #liqpay-magento2 channel
  2. Grab a ticket from the issues page
  3. Ask for guidance if needed in the #liqpay-magento2 chat
  4. Clone the repository to your local environment
  5. Implement changes
  6. Create a Pull Request
  7. Assign the Pull Request to @maxpronko

Installation

Composer

Download composer wget http://getcomposer.org/composer.phar

composer config repositories.pronko-liqpay git git@github.com:mcspronko/liqpay-magento2.git
composer require pronko/liqpay-magento2

Modman

Download modman bash < <(wget -q --no-check-certificate -O - https://raw.github.com/colinmollenhour/modman/master/modman-installer)

In the Magento 2 directory

modman init

Clone the repository, run the command from Magento 2 root directory:

modman clone git@github.com:mcspronko/liqpay-magento2.git

In order to update the repository with the changes from remote branch run the command:

modman update liqpay-magento2

Authors

Contributors

  • Vitaliy Prokopov

License

LiqPay extension for Magento 2 is licensed under the MIT License - see the LICENSE file for details