feat: update split bill

This commit is contained in:
efrilm
2025-08-08 23:04:35 +07:00
parent b7ab9c6939
commit 670a0b6414
5 changed files with 198 additions and 43 deletions
@@ -468,7 +468,7 @@ class _PaymentPageState extends State<PaymentPage> {
items: itemPending
?.map((item) => SplitItem(
orderItemId: item.id ?? "",
amount: item.unitPrice ?? 0,
quantity: item.quantity ?? 0,
))
.toList() ??
[],