Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion checkout_sdk/properties.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "3.8.0"
VERSION = "3.9.0"
2 changes: 2 additions & 0 deletions tests/payments/contexts/payment_contexts_integration_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from __future__ import absolute_import

import os
import pytest

from checkout_sdk.common.common import AccountHolder, Address
from checkout_sdk.common.enums import Currency, Country
Expand All @@ -10,6 +11,7 @@
from tests.checkout_test_utils import assert_response, APM_SERVICE_UNAVAILABLE, check_error_item


@pytest.mark.skip(reason='PayPal APM service unavailable in sandbox: apm_service_unavailable')
def test_should_create_and_get_payment_context_details(default_api):
request = create_payment_contexts_request()

Expand Down
Loading