@@ -293,7 +293,7 @@ |
||
293 | 293 | curl_setopt($ch, CURLOPT_POSTFIELDS, $xml); |
294 | 294 | curl_setopt($ch, CURLOPT_HTTPHEADER, [ |
295 | 295 | 'Content-type: application/xml', |
296 | - 'Content-length: ' . strlen($xml), |
|
296 | + 'Content-length: '.strlen($xml), |
|
297 | 297 | ]); |
298 | 298 | } |
299 | 299 | $data = curl_exec($ch); |