From d5315718e3fb51cf6f78bcfe68eeda90172a65a8 Mon Sep 17 00:00:00 2001 From: Martin Seco Date: Thu, 6 Apr 2023 15:03:37 -0300 Subject: [PATCH] Release 3.0.11 * Add javascript_enabled field in ChannelData for request session and update session (browser channel) * Add reference property to Financial Actions query * Add support for Forex (FX) rates API * Remove marketplace from HostedPayments & PaymentLinks --- 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 9772286..8635594 100644 --- a/checkout_sdk/properties.py +++ b/checkout_sdk/properties.py @@ -1 +1 @@ -VERSION = "3.0.10" +VERSION = "3.0.11"