Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zack6849 committed Oct 5, 2018
2 parents a1c46c0 + 61586bc commit ce161b9
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 ce161b9

Please sign in to comment.