Skip to content

Commit

Permalink
Merge pull request #100 from Adyen/develop
Browse files Browse the repository at this point in the history
Merge from develop for new 1.6.1 release
  • Loading branch information
Aleffio authored Feb 5, 2019
2 parents b644c34 + 65a84d3 commit 24b3a17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Adyen/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class Client
{
const LIB_VERSION = "1.6.0";
const LIB_VERSION = "1.6.1";
const LIB_NAME = "adyen-php-api-library";
const USER_AGENT_SUFFIX = "adyen-php-api-library/";
const ENDPOINT_TEST = "https://pal-test.adyen.com";
Expand All @@ -19,7 +19,7 @@ class Client
const API_PAYMENT_VERSION = "v40";
const API_PAYOUT_VERSION = "v30";
const API_RECURRING_VERSION = "v25";
const API_CHECKOUT_VERSION = "v40";
const API_CHECKOUT_VERSION = "v41";
const API_CHECKOUT_UTILITY_VERSION = "v1";
const API_NOTIFICATION_VERSION = "v1";
const API_ACCOUNT_VERSION = "v4";
Expand Down

0 comments on commit 24b3a17

Please sign in to comment.