LiqPay payment integration extension for Magento 2.
Check out the Wiki pages for the project details.
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.
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
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
LiqPay extension for Magento 2 is licensed under the MIT License - see the LICENSE file for details