From 5e72f19d57cf2539d5995d18aae4467ce7e46295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Wed, 28 Aug 2024 11:03:32 +0200 Subject: [PATCH] Release 3.1.0 (#167) - Merchant-specific DNS names Support - Fixes configuration parameter. Improving tests - Fixes payment methods flow type --- checkout_sdk/properties.py | 2 +- .../previous/request_apm_payments_previous_integration_test.py | 1 + tests/payments/request_apm_payments_integration_test.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/checkout_sdk/properties.py b/checkout_sdk/properties.py index fd79b4a..273ffca 100644 --- a/checkout_sdk/properties.py +++ b/checkout_sdk/properties.py @@ -1 +1 @@ -VERSION = "3.0.22" +VERSION = "3.1.0" diff --git a/tests/payments/previous/request_apm_payments_previous_integration_test.py b/tests/payments/previous/request_apm_payments_previous_integration_test.py index ae6e017..e2a4803 100644 --- a/tests/payments/previous/request_apm_payments_previous_integration_test.py +++ b/tests/payments/previous/request_apm_payments_previous_integration_test.py @@ -146,6 +146,7 @@ def test_should_request_fawry_payment(previous_api): '_links') +@pytest.mark.skip(reason='not available') def test_should_request_giropay_payment(previous_api): request_source = RequestGiropaySource() request_source.purpose = 'CKO Giropay test' diff --git a/tests/payments/request_apm_payments_integration_test.py b/tests/payments/request_apm_payments_integration_test.py index 3cb5160..63f42b7 100644 --- a/tests/payments/request_apm_payments_integration_test.py +++ b/tests/payments/request_apm_payments_integration_test.py @@ -176,6 +176,7 @@ def test_should_request_we_chat_pay_payment(default_api): payment_request=payment_request) +@pytest.mark.skip(reason='not available') def test_should_request_giropay_payment(default_api): aholder = AccountHolder() aholder.first_name = FIRST_NAME