mass assignmenmika wishlistdaki mesele
This commit is contained in:
parent
774fca9003
commit
5645fdda71
|
|
@ -59,7 +59,7 @@ class Wishlists extends WishlistController
|
|||
'channel_id' => core()->getCurrentChannel()->id,
|
||||
'product_id' => $id,
|
||||
'customer_id' => $customer->id,
|
||||
'price' => $product->min_price ?? 0.0
|
||||
'price' => $product->min_price ?? $product->price
|
||||
]);
|
||||
|
||||
return response([
|
||||
|
|
|
|||
Loading…
Reference in New Issue