Skip to content

Commit

Permalink
Merge pull request #3 from myorkgitis/patch-1
Browse files Browse the repository at this point in the history
Update Products.php
  • Loading branch information
michaelbonds authored May 22, 2018
2 parents db6b067 + 706b6d3 commit 61586bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Endpoints/Products.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ public function update(Product $product)
*/
public function getList($query = [])
{
return $this->get('', ['form_params' => $query]);
return $this->get('', ['query' => $query]);
}
}
}

0 comments on commit 61586bc

Please sign in to comment.