Skip to content

Commit

Permalink
debugging again
Browse files Browse the repository at this point in the history
  • Loading branch information
tamw-wnet committed Sep 18, 2024
1 parent a4dbdc5 commit f67c917
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/class-PMSSO-Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ private function get_code_response($code='', $code_verifier=''){
$info = curl_getinfo($ch);
$errors = curl_error($ch);
curl_close($ch);
error_log("code response is :" . $response_json);
$code_response = json_decode($response_json, true);
if (isset($code_response["access_token"])){
return $code_response;
Expand Down

0 comments on commit f67c917

Please sign in to comment.