Skip to content

Commit afb6251

Browse files
committed
IMP-610: Use correct authorize URL
1 parent a3648f0 commit afb6251

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/connect/authorize.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
secret: secret,
66
state: 'some_state',
77
redirect_uri: redirect_url,
8-
authorization_endpoint: 'https://www.mollie.com/oauth2/authorize',
8+
authorization_endpoint: 'https://my.mollie.com/oauth2/authorize',
99
token_endpoint: 'https://api.mollie.com/oauth2/tokens'
1010
)
1111

examples/connect/tokens.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
secret: secret,
66
state: 'some_state',
77
redirect_uri: redirect_url,
8-
authorization_endpoint: 'https://www.mollie.com/oauth2/authorize',
8+
authorization_endpoint: 'https://my.mollie.com/oauth2/authorize',
99
token_endpoint: 'https://api.mollie.com/oauth2/tokens'
1010
)
1111

0 commit comments

Comments
 (0)