feat(dashboard,core-flows): ability to refund payment post RMA flow (#8685)

This commit is contained in:
Riqwan Thamir
2024-08-21 09:58:09 +02:00
committed by GitHub
parent cc3e84f081
commit a7d03ec562
7 changed files with 107 additions and 27 deletions
@@ -258,7 +258,7 @@ export const RouteMap: RouteObject[] = [
import("../../routes/orders/order-create-exchange"),
},
{
path: "payments/:paymentId/refund",
path: "refund",
lazy: () =>
import("../../routes/orders/order-create-refund"),
},