From 47e1d45119be09c5f08ffde9a3889ea88721e3cf Mon Sep 17 00:00:00 2001 From: alexandros Date: Wed, 30 Jan 2019 09:27:59 +0100 Subject: [PATCH 1/2] Update checkout api version to v41 --- src/Adyen/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Adyen/Client.php b/src/Adyen/Client.php index dac4c9990..60b2a9b75 100644 --- a/src/Adyen/Client.php +++ b/src/Adyen/Client.php @@ -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"; From 65a84d30ffe5c91aab1c4204d688554efac55335 Mon Sep 17 00:00:00 2001 From: Alessio Zampatti Date: Tue, 5 Feb 2019 10:46:18 +0100 Subject: [PATCH 2/2] Version bump 1.6.1 --- src/Adyen/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Adyen/Client.php b/src/Adyen/Client.php index 60b2a9b75..4bba63f77 100644 --- a/src/Adyen/Client.php +++ b/src/Adyen/Client.php @@ -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";