@@ -377,12 +377,12 @@ |
||
377 | 377 | "http://".$this->host, |
378 | 378 | ['headers' => ['content-type' => 'application/x-www-form-urlencoded', |
379 | 379 | 'User-Agent' => $this->UserAgent], |
380 | - 'body' => $fields, |
|
381 | - 'version' => 1.0 |
|
382 | - ] |
|
380 | + 'body' => $fields, |
|
381 | + 'version' => 1.0 |
|
382 | + ] |
|
383 | 383 | ); |
384 | 384 | |
385 | - $result = $response->getBody()->getContents(); |
|
385 | + $result = $response->getBody()->getContents(); |
|
386 | 386 | |
387 | 387 | if (empty($result) !== true) { |
388 | 388 | return json_decode($result, true); |