Skip to content

Commit

Permalink
Update Client.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijmenKort authored Nov 14, 2023
1 parent 21111a7 commit 4072623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public function getProductStock($sku)
*/
public function getUpdatedProducts($date)
{
return $this->sendRequest('product/updated_since/'.$date.'?&stock=1&stock=2&stock=3&stock=4&stock=5&stock=6&stock=7&stock=8&stock=9&stock=10');
return $this->sendRequest('product/updated_since/'.$date);
}

/**
Expand Down

0 comments on commit 4072623

Please sign in to comment.