diff --git a/src/Extend.php b/src/Extend.php index 6dd2a54..65717dc 100644 --- a/src/Extend.php +++ b/src/Extend.php @@ -86,7 +86,7 @@ public function setStoreId(string $storeId) private function setClient() { $this->client = new Client([ - 'base_uri' => ($this->sandbox ? 'https://api-demo.helloextend.com' : 'https://api.helloextend.com') . '/' . $this->storeId, + 'base_uri' => $this->sandbox ? 'https://api-demo.helloextend.com' : 'https://api.helloextend.com', 'headers' => [ 'Accept' => 'application/json; version=' . $this->version, 'Content-Type' => 'application/json',