Skip to content

Commit

Permalink
Merge pull request #121 from robmachado/master
Browse files Browse the repository at this point in the history
aumentado o tempo de timeout
  • Loading branch information
robmachado authored Aug 23, 2023
2 parents 16a2370 + d2ca422 commit e038e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/Soap/SoapCurl.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function send(
//::soapFault($this->soaperror . " [$url]", $this->soaperror);
}
if ($httpcode != 200) {
throw SoapException::soapFault(
throw new SoapException(
" [$url] HTTP Error code: $httpcode - "
. $this->getFaultString($this->responseBody),
$httpcode
Expand Down

0 comments on commit e038e30

Please sign in to comment.