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.
2 parents 98943c4 + afb6251 commit ae8d977Copy full SHA for ae8d977
examples/connect/authorize.rb
@@ -5,7 +5,7 @@
5
secret: secret,
6
state: 'some_state',
7
redirect_uri: redirect_url,
8
- authorization_endpoint: 'https://www.mollie.com/oauth2/authorize',
+ authorization_endpoint: 'https://my.mollie.com/oauth2/authorize',
9
token_endpoint: 'https://api.mollie.com/oauth2/tokens'
10
)
11
examples/connect/tokens.rb
0 commit comments