feat(dashboard,core-flows): ability to refund payment post RMA flow (#8685)
This commit is contained in:
@@ -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"),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user