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.
- Join the Discord #liqpay-magento2 channel
- Grab a ticket from the issues page
- Ask for guidance if needed in the #liqpay-magento2 chat
- Clone the repository to your local environment
- Implement changes
- Create a Pull Request
- Assign the Pull Request to @maxpronko
Download composer wget http://getcomposer.org/composer.phar
composer config repositories.pronko-liqpay git [email protected]: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 [email protected]:mcspronko/liqpay-magento2.git
In order to update the repository with the changes from remote branch run the command:
modman update liqpay-magento2
- See Contributors page.
LiqPay extension for Magento 2 is licensed under the MIT License - see the LICENSE file for details