Skip to content

Commit 3ab7360

Browse files
authored
app_name default of none crashes user agent
Fix for issue #66
1 parent 928f640 commit 3ab7360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adyen/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __init__(self, username=None, password=None, xapikey=None,
7171
store_payout_username=None, store_payout_password=None,
7272
platform="test", merchant_account=None,
7373
merchant_specific_url=None, skin_code=None,
74-
hmac=None, app_name=None,
74+
hmac=None, app_name="",
7575
http_force=None, live_endpoint_prefix=None):
7676
self.username = username
7777
self.password = password

0 commit comments

Comments
 (0)