fix split bill
This commit is contained in:
@@ -63,7 +63,10 @@ class PaymentPage extends StatelessWidget implements AutoRouteWrapper {
|
||||
(data) {
|
||||
if (context.mounted) {
|
||||
context.router.replace(
|
||||
PaymentSuccessSplitBillRoute(orderId: order.id),
|
||||
PaymentSuccessSplitBillRoute(
|
||||
orderId: order.id,
|
||||
orderItems: order.orderItems,
|
||||
),
|
||||
);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user