We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d592f28 commit 9a33555Copy full SHA for 9a33555
Adyen/settings.py
@@ -12,5 +12,5 @@
12
API_RECURRING_VERSION = "v49"
13
API_PAYMENT_VERSION = "v64"
14
API_PAYOUT_VERSION = "v64"
15
-LIB_VERSION = "3.1.0"
+LIB_VERSION = "4.0.0"
16
LIB_NAME = "adyen-python-api-library"
test/CheckoutTest.py
@@ -97,7 +97,7 @@ def test_payments_error_mocked(self):
97
'returnUrl': 'https://your-company.com/...',
98
u'applicationInfo': {
99
u'adyenLibrary': {
100
- u'version': '3.1.0',
+ u'version': '4.0.0',
101
u'name': 'adyen-python-api-library'
102
}
103
},
0 commit comments