Skip to content

Commit

Permalink
Cost pricing added
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanersu committed Feb 21, 2019
1 parent 8ed224c commit b25c6e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Api/Reseller.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,9 @@ public function getCustomerPricing($id)
{
return $this->request('products/customer-price.json', [], 'GET', false, true);
}

public function getCostPricing($id)
{
return $this->request('products/customer-price.json', [], 'GET', false, true);
}
}

0 comments on commit b25c6e8

Please sign in to comment.