We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd353ad commit 6d05f55Copy full SHA for 6d05f55
mollie/api/client.py
@@ -38,7 +38,7 @@ class Client(object):
38
API_VERSION: str = "v2"
39
UNAME: str = " ".join(platform.uname())
40
41
- OAUTH_AUTHORIZATION_URL: str = "https://www.mollie.com/oauth2/authorize"
+ OAUTH_AUTHORIZATION_URL: str = "https://my.mollie.com/oauth2/authorize"
42
OAUTH_AUTO_REFRESH_URL: str = API_ENDPOINT + "/oauth2/tokens"
43
OAUTH_TOKEN_URL: str = API_ENDPOINT + "/oauth2/tokens"
44
0 commit comments