Skip to content

Commit 670e020

Browse files
committed
Set default use SSL to false
1 parent 494461b commit 670e020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/HttpClients/SyncRestHandler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ private function OAuth2APICall($baseURL, $queryParameters, $HttpMethod, $request
203203
throw new SdkException("IPP or other Call is not supported in OAuth2 Mode.");
204204
}
205205

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

0 commit comments

Comments
 (0)