Skip to content

Commit 3db5051

Browse files
committed
Cost pricing added
1 parent b25c6e8 commit 3db5051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/Reseller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ public function getCustomerPricing($id)
5050

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

0 commit comments

Comments
 (0)