Skip to content

Commit f238b2f

Browse files
authored
Merge pull request #67 from Ishrock/patch-1
app_name default of none crashes user agent
2 parents 928f640 + 3ab7360 commit f238b2f

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)