Success Split Bill Page

This commit is contained in:
efrilm
2025-11-01 03:24:39 +07:00
parent 35f02e6b76
commit fecb4fb5c1
13 changed files with 862 additions and 156 deletions
@@ -228,6 +228,7 @@ class _PaymentRightPanelState extends State<PaymentRightPanel> {
PaymentFormEvent.submittedSplitBill(
customerId: widget.customerId,
splitType: widget.splitType,
customerName: widget.customerName,
),
);
} else {