feat: update

This commit is contained in:
efrilm
2025-08-08 10:53:46 +07:00
parent e19d788f47
commit 2eceb0bc0c
5 changed files with 87 additions and 32 deletions
@@ -468,7 +468,7 @@ class _PaymentPageState extends State<PaymentPage> {
items: itemPending
?.map((item) => SplitItem(
orderItemId: item.id ?? "",
quantity: item.quantity ?? 0,
amount: item.unitPrice ?? 0,
))
.toList() ??
[],