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 72de0fe commit 891cd0fCopy full SHA for 891cd0f
src/Session.php
@@ -53,7 +53,7 @@ public function getAuthorizeUrl($options = [])
53
'state' => isset($options['state']) ? $options['state'] : null,
54
];
55
56
- return Request::ACCOUNT_URL . '/authorize/?' . http_build_query($parameters);
+ return Request::ACCOUNT_URL . '/authorize?' . http_build_query($parameters);
57
}
58
59
/**
0 commit comments