searchbarstatus
This commit is contained in:
@@ -187,8 +187,8 @@ class _FruitVeggieDetailState extends State<FruitVeggieDetail> {
|
||||
|
||||
extra: {
|
||||
"id": product.id,
|
||||
"quantity": 0,
|
||||
"price": "0",
|
||||
"quantity": 1,
|
||||
"price": product.discountPrice,
|
||||
},
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user