diff --git a/src/Api/Reseller.php b/src/Api/Reseller.php index db22609..0c97d78 100644 --- a/src/Api/Reseller.php +++ b/src/Api/Reseller.php @@ -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); } }