Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcspronko/liqpay-magento2
LiqPay integration extension for Magento 2
https://github.com/mcspronko/liqpay-magento2
liqpay-extension liqpay-magento2 magento2 magento2-module open-source-project
Last synced: 3 months ago
JSON representation
LiqPay integration extension for Magento 2
- Host: GitHub
- URL: https://github.com/mcspronko/liqpay-magento2
- Owner: mcspronko
- License: mit
- Created: 2019-08-21T16:08:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T09:32:49.000Z (6 months ago)
- Last Synced: 2024-07-16T09:53:44.449Z (4 months ago)
- Topics: liqpay-extension, liqpay-magento2, magento2, magento2-module, open-source-project
- Language: PHP
- Size: 1.09 MB
- Stars: 22
- Watchers: 12
- Forks: 22
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pronko Consulting LiqPay Extension for Magento 2
LiqPay payment integration extension for Magento 2.Check out the [Wiki pages](https://github.com/mcspronko/liqpay-magento2/wiki) for the project details.
## 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](https://raw.githubusercontent.com/mcspronko/liqpay-magento2/master/docs/checkout-payment-page.png)
### Payment Information
![Payment Information](https://raw.githubusercontent.com/mcspronko/liqpay-magento2/master/docs/admin-order-view.png)
### Configuration Settings
![Configuration Settings](https://raw.githubusercontent.com/mcspronko/liqpay-magento2/master/docs/admin-config.png)
### Order Transaction Details Page
![Order Transaction Details Page](https://raw.githubusercontent.com/mcspronko/liqpay-magento2/master/docs/order-transaction-details.png)
# How to Contribute
0. Join the Discord [#liqpay-magento2](https://discord.gg/Ukwq3xQ) channel
1. Grab a ticket from the [issues](https://github.com/mcspronko/liqpay-magento-2/issues) page
2. Ask for guidance if needed in the #liqpay-magento2 chat
3. Clone the repository to your local environment
4. Implement changes
5. Create a Pull Request
6. Assign the Pull Request to @maxpronko# Installation
## ComposerDownload composer `wget http://getcomposer.org/composer.phar`
```bash
composer config repositories.pronko-liqpay git [email protected]:mcspronko/liqpay-magento2.git
composer require pronko/liqpay-magento2
```## Modman
Download [modman](https://github.com/colinmollenhour/modman) `bash < <(wget -q --no-check-certificate -O - https://raw.github.com/colinmollenhour/modman/master/modman-installer)`In the Magento 2 directory
```bash
modman init
```Clone the repository, run the command from Magento 2 root directory:
```bash
modman clone [email protected]:mcspronko/liqpay-magento2.git
```In order to update the repository with the changes from remote branch run the command:
```bash
modman update liqpay-magento2
```# Authors
* [Max Pronko](https://www.maxpronko.com)
# Contributors
* See [Contributors](https://github.com/mcspronko/liqpay-magento2/graphs/contributors) page.
# License
LiqPay extension for Magento 2 is licensed under the MIT License - see the LICENSE file for details