diff --git a/src/Resources/Deals.php b/src/Resources/Deals.php index 2d4ac05..b2c74c2 100644 --- a/src/Resources/Deals.php +++ b/src/Resources/Deals.php @@ -120,7 +120,7 @@ public function updateProduct($id, $deal_product_id, $item_price, $quantity, $op public function deleteProduct($id, $product_attachment_id) { return $this->request->delete( - ':id/products', + ':id/products/:product_attachment_id', compact('id', 'product_attachment_id') ); }