Skip to content

Commit ae74699

Browse files
committed
fix PRODUCTION url
1 parent 17406cc commit ae74699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bunq/sdk/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ApiEnvironmentType(aenum.AutoNumberEnum):
1616
:type uri_base: str
1717
"""
1818

19-
PRODUCTION = 'https://public.api.bunq.com/v1/'
19+
PRODUCTION = 'https://api.bunq.com/v1/'
2020
SANDBOX = 'https://sandbox.public.api.bunq.com/v1/'
2121

2222
def __init__(self, uri_base):

0 commit comments

Comments
 (0)