From 0a89c3f2f4a672838110ac1efb3dcead266ab4f6 Mon Sep 17 00:00:00 2001 From: Armando Ibarra Date: Thu, 4 Aug 2022 16:35:18 -0500 Subject: [PATCH] Release 3.0.1 * Added support to ACH and Level 2 & 3 fields (CS2) * Added Palestine Country code (CS1/CS2) * API Updates: Payments (CS2) * API updates: Accounts & Sessions (CS2) --- 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 a880a232..70091902 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.0"; + const PROJECT_VERSION = "3.0.1"; /** * @param DateTime $date diff --git a/version.json b/version.json index 18d9cc7c..ccca2563 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "3.0.0" + "version": "3.0.1" }