Skip to content

Commit 9a33555

Browse files
committed
Update settings.py
1 parent d592f28 commit 9a33555

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Adyen/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
API_RECURRING_VERSION = "v49"
1313
API_PAYMENT_VERSION = "v64"
1414
API_PAYOUT_VERSION = "v64"
15-
LIB_VERSION = "3.1.0"
15+
LIB_VERSION = "4.0.0"
1616
LIB_NAME = "adyen-python-api-library"

test/CheckoutTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def test_payments_error_mocked(self):
9797
'returnUrl': 'https://your-company.com/...',
9898
u'applicationInfo': {
9999
u'adyenLibrary': {
100-
u'version': '3.1.0',
100+
u'version': '4.0.0',
101101
u'name': 'adyen-python-api-library'
102102
}
103103
},

0 commit comments

Comments
 (0)