Skip to content

Commit

Permalink
fix "
Browse files Browse the repository at this point in the history
  • Loading branch information
larsnovikov authored Jul 24, 2018
1 parent 570e933 commit bf90e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Camcima/Soap/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ public function getCurlOptions()
$mergedArray[CURLOPT_PROXYTYPE] = $this->proxyType;
$mergedArray[CURLOPT_PROXY] = $this->proxyHost;
$mergedArray[CURLOPT_PROXYPORT] = $proxyPort;
$mergedArray[CURLOPT_PROXYUSERPWD] = $this->proxyUser . ':' . $this->proxyPass";
$mergedArray[CURLOPT_PROXYUSERPWD] = $this->proxyUser . ':' . $this->proxyPass;
}

return $mergedArray;
Expand Down

0 comments on commit bf90e81

Please sign in to comment.