File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
23
23
24
24
class BunqLib (object ):
25
- _ERROR_COULD_NOT_DETIRMINE_CONF = 'Could not find the bunq configuration' \
25
+ _ERROR_COULD_NOT_DETERMINE_CONF = 'Could not find the bunq configuration' \
26
26
' file.'
27
27
_ERROR_COULD_NOT_CREATE_NEW_SANDBOX_USER = "Could not create new sandbox" \
28
28
" user."
@@ -63,7 +63,7 @@ def setup_context(self, reset_config_if_needed=True):
63
63
socket .gethostname ()).save (
64
64
self .determine_bunq_conf_filename ())
65
65
else :
66
- raise BunqException (self ._ERROR_COULD_NOT_DETIRMINE_CONF )
66
+ raise BunqException (self ._ERROR_COULD_NOT_DETERMINE_CONF )
67
67
68
68
try :
69
69
api_context = ApiContext .restore (self .determine_bunq_conf_filename ())
@@ -241,7 +241,7 @@ def generate_new_sandbox_user(self):
241
241
:rtype: SandboxUser
242
242
"""
243
243
244
- url = ApiEnvironmentType .SANDBOX .uri_base + "sandbox-user"
244
+ url = ApiEnvironmentType .SANDBOX .uri_base + "sandbox-user-person "
245
245
246
246
headers = {
247
247
'x-bunq-client-request-id' : "uniqueness-is-required" ,
You can’t perform that action at this time.
0 commit comments