Skip to content

Commit

Permalink
dont remove that method
Browse files Browse the repository at this point in the history
  • Loading branch information
remstone7 committed May 1, 2019
1 parent dac9223 commit a2d2ec5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Api/ReclaimInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ public function reclaim();
*/
public function product($quote_id, $item_id);

/**
* Returns product by id range
*
* @api
* @param mixed $quote_id
* @param mixed $item_id
* @return mixed
*/
public function productinspector($start_id, $end_id);

/**
* Returns subscribers by date filter
*
Expand Down

0 comments on commit a2d2ec5

Please sign in to comment.