Skip to content

Commit

Permalink
soap header name was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Sep 30, 2016
1 parent 1e001c5 commit be0883c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Expand Up @@ -128,7 +128,7 @@ protected function buildHeaders(array $operation)
{
return [
'Content-Type' => 'text/xml; charset=utf-8',
'Soap-Action' => '"' . $operation['action'] . '"',
'SoapAction' => '"' . $operation['action'] . '"',
];
}

Expand Down

0 comments on commit be0883c

Please sign in to comment.