From e5827593fe878503740c616a29e070a1501bbb12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:58:02 +0200 Subject: [PATCH] Release 4.0.0 - The merchant-specific subdomain (environment_subdomain) is now required. Set it, or call the deprecated use_legacy_domain() to keep using the shared checkout.com hosts. - An invalid subdomain now raises instead of being silently ignored. - Add optional amount to VoidRequest to support partial voids. - Add the ISV (SaaS seller) payout schedule fields balance_minimum, carry_forward_enabled and payment_instrument_id. --- 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 2edc0629..189c03bb 100644 --- a/checkout_sdk/properties.py +++ b/checkout_sdk/properties.py @@ -1 +1 @@ -VERSION = "3.13.0" +VERSION = "4.0.0"