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