Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 0bf801d

Browse files
committed
fix(OAuth): fix oauth refresh token URL
1 parent 175953c commit 0bf801d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Core/Config.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ public function getOauthUrl($grantType = null)
331331
case static::GRANT_TYPE_ANONYMOUS:
332332
return $this->oauthUrl . '/oauth/' . $this->getProject() . '/anonymous/token';
333333
case static::GRANT_TYPE_PASSWORD:
334-
case static::GRANT_TYPE_REFRESH:
335334
return $this->oauthUrl . '/oauth/' . $this->getProject() . '/customers/token';
336335
default:
337336
return $this->oauthUrl . '/oauth/token';

0 commit comments

Comments
 (0)