diff --git a/src/WProduct.php b/src/WProduct.php index 9816974..2041522 100644 --- a/src/WProduct.php +++ b/src/WProduct.php @@ -16,7 +16,7 @@ class WProduct extends WebarealHandler * @return array|bool|string * @throws Exception */ - public function get(string $endPoint = 'products') + public function get(string $endPoint = '/products') { return $this->commonCurl($endPoint . $this->query); }