Skip to content

Commit

Permalink
debug refresh token stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tamw-wnet committed Sep 17, 2024
1 parent 29aed05 commit 0adc30c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions classes/class-PMSSO-Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,10 @@ public function generate_pmsso_access_token_from_refresh_token($refresh_token ='
}
return $code_response;
} else {
error_log("failed to get access token from refresh token");
$code_response['curlerrors'] = $errors;
$code_response['curlinfo'] = $info;
error_log(json_encode($code_response));
return $code_response;
}
}
Expand Down

0 comments on commit 0adc30c

Please sign in to comment.