Skip to content

Commit 7b0e8c6

Browse files
committed
bug fix
1 parent af28c1f commit 7b0e8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-oauth-token.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ function exchange_token($code, $redirect_uri) {
399399
global $client_id;
400400

401401
$params = array(
402-
"code" => $code . "foobar",
402+
"code" => $code,
403403
"redirect_uri" => $redirect_uri,
404404
"client_id" => $client_id,
405405
"client_secret" => $client_secret,

0 commit comments

Comments
 (0)