diff --git a/checkout_sdk/properties.py b/checkout_sdk/properties.py index 9021477e..33e919b4 100644 --- a/checkout_sdk/properties.py +++ b/checkout_sdk/properties.py @@ -1 +1 @@ -VERSION = "3.0.18" +VERSION = "3.0.19" 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 0a7b5dfd..ae6e0172 100644 --- a/tests/payments/previous/request_apm_payments_previous_integration_test.py +++ b/tests/payments/previous/request_apm_payments_previous_integration_test.py @@ -326,6 +326,7 @@ def test_should_make_knet_payment(previous_api): '_links') +@pytest.mark.skip(reason='not available') def test_should_make_przelewy24_payment(previous_api): request_source = RequestP24Source() request_source.payment_country = Country.PL @@ -402,6 +403,7 @@ def test_should_make_poli_payment(previous_api): '_links') +@pytest.mark.skip(reason='not available') def test_should_make_bancontact_payment(previous_api): request_source = RequestBancontactSource() request_source.payment_country = Country.BE diff --git a/tests/payments/request_apm_payments_integration_test.py b/tests/payments/request_apm_payments_integration_test.py index 0c1b2f8f..02151e2c 100644 --- a/tests/payments/request_apm_payments_integration_test.py +++ b/tests/payments/request_apm_payments_integration_test.py @@ -276,7 +276,7 @@ def test_should_make_bancontact_payment(default_api): payment_request.failure_url = FAILURE_URL check_error_item(callback=default_api.payments.request_payment, - error_item=PAYEE_NOT_ONBOARDED, + error_item=APM_SERVICE_UNAVAILABLE, payment_request=payment_request)