@@ -48,7 +48,7 @@ |
||
| 48 | 48 | public function call(string $method, array $params = array(), string $requestMethod = 'GET'): array |
| 49 | 49 | { |
| 50 | 50 | try { |
| 51 | - $data = $this->buildParameter($params); |
|
| 51 | + $data = $this->buildParameter($params); |
|
| 52 | 52 | |
| 53 | 53 | if ($requestMethod == 'POST') { |
| 54 | 54 | $request = $this->messageFactory->createRequest($requestMethod, $this->uri.$method.'.json', array(), $data); |