mass assignmenmika wishlistdaki mesele

This commit is contained in:
merdan 2023-01-14 17:46:50 +05:00
parent ad4d810854
commit 774fca9003
1 changed files with 1 additions and 1 deletions

View File

@ -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([