Skip to content

Commit

Permalink
Merge pull request #2 from Deakin/dev_ews
Browse files Browse the repository at this point in the history
Dev ews
  • Loading branch information
ishad1111 authored Aug 18, 2019
2 parents 94ce607 + ffc0632 commit e80d155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SoapClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ protected function curlOptions($action, $request)
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => $this->buildHeaders($action),
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_HTTPAUTH => CURLAUTH_BASIC | CURLAUTH_NTLM,
CURLOPT_HTTPAUTH => CURLAUTH_BASIC,
CURLOPT_USERPWD => $this->options['user'] . ':'
. $this->options['password'],
);
Expand Down

0 comments on commit e80d155

Please sign in to comment.