Skip to content

Commit 5e72f19

Browse files
Release 3.1.0 (#167)
- Merchant-specific DNS names Support - Fixes configuration parameter. Improving tests - Fixes payment methods flow type
1 parent 1bfb49e commit 5e72f19

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

checkout_sdk/properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "3.0.22"
1+
VERSION = "3.1.0"

tests/payments/previous/request_apm_payments_previous_integration_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ def test_should_request_fawry_payment(previous_api):
146146
'_links')
147147

148148

149+
@pytest.mark.skip(reason='not available')
149150
def test_should_request_giropay_payment(previous_api):
150151
request_source = RequestGiropaySource()
151152
request_source.purpose = 'CKO Giropay test'

tests/payments/request_apm_payments_integration_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ def test_should_request_we_chat_pay_payment(default_api):
176176
payment_request=payment_request)
177177

178178

179+
@pytest.mark.skip(reason='not available')
179180
def test_should_request_giropay_payment(default_api):
180181
aholder = AccountHolder()
181182
aholder.first_name = FIRST_NAME

0 commit comments

Comments
 (0)