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
@@ -63,7 +63,7 @@ class PaymentPage extends StatelessWidget implements AutoRouteWrapper {
(data) {
if (context.mounted) {
context.router.replace(
PaymentSuccessRoute(orderId: order.id),
PaymentSuccessSplitBillRoute(orderId: order.id),
);
}
},