Skip to content

Commit

Permalink
Tapd bugfix (#208)
Browse files Browse the repository at this point in the history
* add Tapd channel

* bugfix

* wip

* Tapd bugfix
  • Loading branch information
thisliu authored Jan 5, 2021
1 parent 443750a commit 1eb8ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/Tapd.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ protected function getTokenFields(string $code): array
protected function getRefreshTokenFields($refreshToken): array
{
return [
'grant_type' => 'grant_type',
'grant_type' => 'refresh_token',
'redirect_uri' => $this->redirectUrl,
'refresh_token' => $refreshToken,
];
Expand Down

0 comments on commit 1eb8ed6

Please sign in to comment.