@@ -14,7 +14,7 @@ |
||
14 | 14 | |
15 | 15 | public function getEndpoint($method) |
16 | 16 | { |
17 | - return $this->getTestMode() ? $this->endpointTest . $method . "Tst" : $this->endpoint . $method; |
|
17 | + return $this->getTestMode() ? $this->endpointTest.$method."Tst" : $this->endpoint.$method; |
|
18 | 18 | } |
19 | 19 | |
20 | 20 | public function getApiKey() |