Skip to content

Commit

Permalink
v2018-08-01 as sample api version.
Browse files Browse the repository at this point in the history
Old API versions will be deprecated.
  • Loading branch information
bandraszyk authored Oct 13, 2020
1 parent f102482 commit 066beab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ $client = new VoucherifyClient($apiID, $apiKey);
All requests will use your account API settings, unless you override the API version. The changelog lists every available version.

```php
$apiVersion = "v2017-04-05";
$apiVersion = "v2018-08-01";

$client = new VoucherifyClient($apiID, $apiKey, $apiVersion);
```
Expand Down

0 comments on commit 066beab

Please sign in to comment.