Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zaporylie authored Jun 17, 2019
1 parent b899f78 commit fc64278
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,15 @@ Vipps was originally developed by DNB, but is now a separate company, which incl

## Prerequisites

After recent changes to Vipps architecture there is no longer need to authorize each request using cert files.
Authorization is now token-based and you can generate tokens yourself using Merchant Integration Environment.
Authorization is token-based and you can generate tokens yourself using Merchant Integration Environment.
Please [contact Vipps integration] in order to access [Vipps Developer Portal].

## Note

⚠️ This is development preview of the integration with ecomm 2.x. Do not use in production environment before first stable
release is provided. Current shape of the API is a subject to change and may differ HEAD2HEAD ⚠️

## Quick start

Add Vipps SDK to your project using [Composer].

```bash
$ composer require zaporylie/vipps:2.x-dev
$ composer require zaporylie/vipps:^2.0
```

Vipps SDK uses [PSR-7] compliant http-message plugin system, hence before you require `zaporylie/vipps` you must
Expand Down

0 comments on commit fc64278

Please sign in to comment.