Skip to content

Commit

Permalink
Merge pull request #492 from bitsbyjerome/master
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
sujitharamadass authored Aug 2, 2023
2 parents 06439b7 + 703043f commit a4039a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/OAuth/OAuth2/OAuth2LoginHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ public function getUserInfo($accessToken = null, $env = "production"){
$this->LogAPIResponseToLog($intuitResponse->getBody(), $url, $intuitResponse->getHeaders());
$this->faultHandler = $intuitResponse->getFaultHandler();
if($this->faultHandler) {
throw new ServiceException("Get UrerInfo failed. Body: [" . $this->faultHandler->getResponseBody() . "].", $this->faultHandler->getHttpStatusCode());
throw new ServiceException("Get UserInfo failed. Body: [" . $this->faultHandler->getResponseBody() . "].", $this->faultHandler->getHttpStatusCode());
}else{
$this->faultHandler = false;
}
Expand Down

0 comments on commit a4039a8

Please sign in to comment.