Skip to content

Commit b76084f

Browse files
committed
Updated client.py with the 1.1.0 version
1 parent f8eee09 commit b76084f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Adyen/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def __init__(self, username=None, password=None, review_payout_username=None,
9090
self.skin_code = skin_code
9191
self.psp_list = []
9292
self.app_name = app_name
93-
self.LIB_VERSION = "1.0.0";
93+
self.LIB_VERSION = "1.1.0";
9494
self.USER_AGENT_SUFFIX = "adyen-python-api-library/";
9595
self.http_init = False
9696
self.http_force = http_force

test/BaseTest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def create_client_from_file(self, status, request, filename = None):
2222
self.ady.client.http_init = True
2323
self.ady.client.http_client.request = mock.MagicMock(return_value=[strjson, request, status, data])
2424

25-
# self.ady.client.http_client.request = mock.MagicMock(return_value=[strjson, request, status, {'User-Agent': 'appname adyen-python-api-library/1.0.0'}])
2625
mockclient = self.ady.client
2726
if st:
2827
st.close()

0 commit comments

Comments
 (0)