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 4cfd9ef commit aaeec0aCopy full SHA for aaeec0a
Adyen/client.py
@@ -91,7 +91,7 @@ def __init__(self, username=None, password=None, review_payout_username=None,
91
self.skin_code = skin_code
92
self.psp_list = []
93
self.app_name = app_name
94
- self.LIB_VERSION = "1.1.0";
+ self.LIB_VERSION = "1.2.0";
95
self.USER_AGENT_SUFFIX = "adyen-python-api-library/";
96
self.http_init = False
97
self.http_force = http_force
0 commit comments