Skip to content

Commit

Permalink
IMP-610: Use correct authorize URL
Browse files Browse the repository at this point in the history
  • Loading branch information
fjbender committed Aug 14, 2024
1 parent a3648f0 commit afb6251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/connect/authorize.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
secret: secret,
state: 'some_state',
redirect_uri: redirect_url,
authorization_endpoint: 'https://www.mollie.com/oauth2/authorize',
authorization_endpoint: 'https://my.mollie.com/oauth2/authorize',
token_endpoint: 'https://api.mollie.com/oauth2/tokens'
)

Expand Down
2 changes: 1 addition & 1 deletion examples/connect/tokens.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
secret: secret,
state: 'some_state',
redirect_uri: redirect_url,
authorization_endpoint: 'https://www.mollie.com/oauth2/authorize',
authorization_endpoint: 'https://my.mollie.com/oauth2/authorize',
token_endpoint: 'https://api.mollie.com/oauth2/tokens'
)

Expand Down

0 comments on commit afb6251

Please sign in to comment.