Skip to content

Commit

Permalink
CIVIQBO-67 Revert change "Set default use SSL to false"
Browse files Browse the repository at this point in the history
  • Loading branch information
agileware-justin committed Feb 8, 2020
1 parent 63ab5ce commit 54fd516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/HttpClients/SyncRestHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ private function OAuth2APICall($baseURL, $queryParameters, $HttpMethod, $request
throw new SdkException("IPP or other Call is not supported in OAuth2 Mode.");
}

$intuitResponse = $this->httpClientInterface->makeAPICall($requestUri, $HttpMethod, $httpHeaders, $requestBody, null, false);
$intuitResponse = $this->httpClientInterface->makeAPICall($requestUri, $HttpMethod, $httpHeaders, $requestBody, null, true);
$faultHandler = $intuitResponse->getFaultHandler();
$this->LogAPIResponseToLog($intuitResponse->getBody(), $requestUri, $intuitResponse->getHeaders());

Expand Down

0 comments on commit 54fd516

Please sign in to comment.