From 637444a331271a925a9e77fbc49adf2ea2dbd976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:59:31 +0200 Subject: [PATCH] Release 3.2.3 (#265) - Updates payment sessions schemas - Fixes incorrect serialisation --- lib/Checkout/CheckoutUtils.php | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Checkout/CheckoutUtils.php b/lib/Checkout/CheckoutUtils.php index d2c9150..6769282 100644 --- a/lib/Checkout/CheckoutUtils.php +++ b/lib/Checkout/CheckoutUtils.php @@ -9,7 +9,7 @@ class CheckoutUtils { const PROJECT_NAME = "checkout-sdk-php"; - const PROJECT_VERSION = "3.2.2"; + const PROJECT_VERSION = "3.2.3"; /** * @param DateTime $date diff --git a/version.json b/version.json index be362b3..37a1b93 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "3.2.2" + "version": "3.2.3" }