@@ -179,10 +179,10 @@ |
||
| 179 | 179 | ?array $body = null): ?array |
| 180 | 180 | { |
| 181 | 181 | $url = sprintf('%s/%s%s%s', |
| 182 | - $this->apiEndpoint, |
|
| 183 | - self::API_VERSION, |
|
| 184 | - $this->composePath($path), |
|
| 185 | - $this->composeQuery($query)); |
|
| 182 | + $this->apiEndpoint, |
|
| 183 | + self::API_VERSION, |
|
| 184 | + $this->composePath($path), |
|
| 185 | + $this->composeQuery($query)); |
|
| 186 | 186 | |
| 187 | 187 | return $this->performHttpCallToFullUrl($httpMethod, $url, $this->composeRequestBody($body)); |
| 188 | 188 | } |