mass assignmenmika wishlistdaki mesele

This commit is contained in:
merdan 2023-01-14 17:49:24 +05:00
parent 774fca9003
commit 5645fdda71
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 ?? 0.0
'price' => $product->min_price ?? $product->price
]);
return response([