From 120d3cc75b693b3ccf59ff8398943ef3793b5e9e 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, 14 May 2024 15:42:21 +0200 Subject: [PATCH] Release 3.0.22 - Adds SEPA Direct Debit Core Support - Adds Klarna Payment Context Support - Update profile class with holding currencies - Update Ideal Payment (CS2) - Update Sessions Authentication Type - Update Payment Components - Remove response class error --- checkout_sdk/properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkout_sdk/properties.py b/checkout_sdk/properties.py index c842c7c..fd79b4a 100644 --- a/checkout_sdk/properties.py +++ b/checkout_sdk/properties.py @@ -1 +1 @@ -VERSION = "3.0.21" +VERSION = "3.0.22"