Skip to content

Commit ae8d977

Browse files
authored
Merge pull request #171 from fjbender/bugfix/use-correct-authorize-url
2 parents 98943c4 + afb6251 commit ae8d977

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)