| @@ -59,7 +59,7 @@ | ||
| 59 | 59 |      { | 
| 60 | 60 | $response = $this->client->request( | 
| 61 | 61 | 'GET', | 
| 62 | - self::SERVICE_URI. '/' . $code | |
| 62 | + self::SERVICE_URI . '/' . $code | |
| 63 | 63 | ); | 
| 64 | 64 | |
| 65 | 65 | $body = json_decode((string) $response->getBody(), true); |