There was an error while loading. Please reload this page.
1 parent 045d02c commit 733ec24Copy full SHA for 733ec24
src/VCR/LibraryHooks/SoapHook.php
@@ -44,7 +44,7 @@ public function doRequest(string $request, string $location, string $action, int
44
$vcrRequest = new Request('POST', $location);
45
46
if (\SOAP_1_1 === $version) {
47
- $vcrRequest->setHeader('Content-Type', 'text/xml; charset=utf-8;');
+ $vcrRequest->setHeader('Content-Type', 'text/xml; charset=utf-8');
48
$vcrRequest->setHeader('SOAPAction', $action);
49
} else { // >= SOAP_1_2
50
$vcrRequest->setHeader(
0 commit comments