Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Apr 3, 2017
1 parent e4112d2 commit 363293b
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@
The extension integrates your Magento 2 store with the **[Ginger Payments](https://www.gingerpayments.com)** payment service (the Netherlands). It [supports](https://mage2.pro/t/3463) iDEAL (the Netherlands), Bancontact (Belgium), SOFORT (Germany), bank cards, bank transfers.

## Demo videos

1. [Capture an **iDEAL** payment](https://mage2.pro/t/topic/3570).
2. [Capture a **bank transfer** payment](https://mage2.pro/t/topic/3571).

## Licensing
It is a paid extension, not free.
You can use it for free for the testing puproses only.
Please read the [testing policy](https://mage2.pro/t/topic/2590) before installation.

## How to buy
You can buy it with PayPal [here](https://mage2.pro/t/2652).

## Installation
### Free installation service
If you have already bought the extension, then its installation is a **free service** for you. Just provide [me](https://mage2.pro/users/dmitry_fedyuk) an SSH access to your store's server. You can use [my public SSH key](https://mage2.pro/t/2092) for it.
## How to install
### 1. Free installation service
Just order my [free installation service](https://mage2.pro/t/3585).

### Self-installation
Follow the generic [installation instruction](https://mage2.pro/t/263).
### 2. Self-installation
```
composer require mage2pro/ginger-payments:*
bin/magento setup:upgrade
rm -rf pub/static/* && bin/magento setup:static-content:deploy
rm -rf var/di var/generation && bin/magento setup:di:compile
```
If you have some problems while executing these commands, then check the [detailed instruction](https://mage2.pro/t/263).

## Licensing
It is a paid extension, not free.
You can use it for free for the testing puproses only.
Please read the [testing policy](https://mage2.pro/t/2590) before installation.

## Support
- [The extension's **forum** branch](https://mage2.pro/c/extensions/ginger-payments).
Expand Down

0 comments on commit 363293b

Please sign in to comment.