From e8a34d34abac3fb6e7b2227731eb2e75f6ff036f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Thu, 7 Sep 2023 11:14:47 +0200 Subject: [PATCH] Release 3.0.14 - Update readme file and Remove Sonar Cloud - Adds account_holder in destination id type in Request Payout - Fix tests (billing_address_address_line_2_exceeds_10_chars) --- 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 942e690..637031e 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.0.13"; + const PROJECT_VERSION = "3.0.14"; /** * @param DateTime $date diff --git a/version.json b/version.json index 2014513..a12625b 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "3.0.13" + "version": "3.0.14" }