feat: update split bill
This commit is contained in:
@@ -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() ??
|
||||
[],
|
||||
|
||||
Reference in New Issue
Block a user