@@ -155,7 +155,7 @@ |
||
155 | 155 | CURLOPT_POSTFIELDS => $postData, |
156 | 156 | CURLOPT_HTTPHEADER => [ |
157 | 157 | 'Content-Type: application/json', |
158 | - 'Content-Length: ' . strlen($postData), |
|
158 | + 'Content-Length: '.strlen($postData), |
|
159 | 159 | ], |
160 | 160 | )); |
161 | 161 |