Skip to content

Commit

Permalink
Merge add1502 into 3a33bbd
Browse files Browse the repository at this point in the history
  • Loading branch information
frame committed Oct 25, 2019
2 parents 3a33bbd + add1502 commit 2b364f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Bynder/Api/Impl/OAuth2/BynderOauthProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public function getBaseAuthorizationUrl()
*/
public function getBaseAccessTokenUrl(array $params)
{
echo $this->bynderDomain;
return $this->bynderDomain . '/v6/authentication/oauth2/token';
}

Expand Down

0 comments on commit 2b364f4

Please sign in to comment.