We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d291cce commit 2469cf0Copy full SHA for 2469cf0
src/Paymenter/Provider.php
@@ -43,7 +43,7 @@ protected function getTokenUrl(): string
43
*/
44
protected function getUserByToken($token)
45
{
46
- $response = $this->getHttpClient()->get($this->getBaseUrl().'/api/oauth/me', [
+ $response = $this->getHttpClient()->get($this->getBaseUrl().'/api/me', [
47
RequestOptions::HEADERS => [
48
'Authorization' => 'Bearer '.$token,
49
],
0 commit comments