Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andypieters committed Jan 8, 2016
1 parent 88b5c12 commit ca963b8
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,17 @@ Bank Transfer | | Wijncadeau | |

#####Installing

1. In command line, navigate to the installation directory of magento2
2. Enter the following commands:
In command line, navigate to the installation directory of magento2

$ composer require paynl/magento2-plugin

$ php bin/magento setup:upgrade

$ php bin/magento cache:clean

3. The plugin is now installed
Enter the following commands:

```
composer require paynl/magento2-plugin
php bin/magento setup:upgrade
php bin/magento cache:clean
```

The plugin is now installed

#####Setup

Expand All @@ -46,6 +47,8 @@ Bank Transfer | | Wijncadeau | |
3. Go to *Sales* / *Payment Methods*
4. Scroll down to find the Pay.nl Settings
5. Enter the API token and serviceID (these can be found in the Pay.nl Admin Panel --> https://admin.pay.nl
6. Enable the desired payment methods and set allowed countries
6. Save the settings
7. Enable the desired payment methods and set allowed countries
8. Save the settings

Go to the *Manage* / *Services* tab in the Pay.nl Admin Panel to enable extra payment methods.

0 comments on commit ca963b8

Please sign in to comment.