update success add item user before customer name

This commit is contained in:
Efril
2026-04-29 12:46:52 +07:00
parent e7260ea0e2
commit cdc65f8f8f
4 changed files with 5 additions and 6 deletions
@@ -181,6 +181,7 @@ class Order with _$Order {
subtotal: products
.map((e) => e.product.price.toInt() * e.quantity)
.reduce((value, element) => value + element),
metadata: order.metadata,
);
List<OrderItem> get orderItemNotCancelled =>