|
@@ -186,7 +186,7 @@ |
|
|
block discarded – undo |
|
186
|
186
|
$headers = []; |
|
187
|
187
|
if ($this->httpMethod == 'POST') { |
|
188
|
188
|
$headers['Content-Length'] = $this->soapMessage->getSize(); |
|
189
|
|
- $headers['Content-Type'] = 'application/soap+xml; charset="utf-8"' . '; action="' . $this->soapAction . '"'; |
|
|
189
|
+ $headers['Content-Type'] = 'application/soap+xml; charset="utf-8"'.'; action="'.$this->soapAction.'"'; |
|
190
|
190
|
} else { |
|
191
|
191
|
$headers['Accept'] = 'application/soap+xml'; |
|
192
|
192
|
} |
Please login to merge, or discard this patch.