@@ -39,7 +39,7 @@ |
||
| 39 | 39 | */ |
| 40 | 40 | public function call(string $method, array $params = array(), string $requestMethod = 'GET'): array |
| 41 | 41 | { |
| 42 | - $data = $this->buildParameter($params); |
|
| 42 | + $data = $this->buildParameter($params); |
|
| 43 | 43 | |
| 44 | 44 | try { |
| 45 | 45 | if ($requestMethod == 'POST') { |
@@ -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); |