This commit is contained in:
efrilm
2025-11-01 16:17:45 +07:00
parent ef23839761
commit 069c2296de
24 changed files with 2670 additions and 133 deletions
@@ -89,9 +89,9 @@ class OrderRightPanel extends StatelessWidget {
if (state.selectedOrder?.isRefund == false)
AppElevatedButton.outlined(
onPressed: () {
// context.push(RefundPage(
// selectedOrder: orderDetail!,
// ));
context.router.push(
RefundRoute(order: state.selectedOrder!),
);
},
label: 'Refund',
icon: Icon(Icons.autorenew),