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 b25c6e8 commit 3db5051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Reseller.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ public function getCustomerPricing($id)

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

0 comments on commit 3db5051

Please sign in to comment.