feat(medusa): Claim customer orders (#2710)

This commit is contained in:
Philip Korsholm
2022-12-08 17:48:49 +01:00
committed by GitHub
parent 86f9455d00
commit a6243618fe
36 changed files with 872 additions and 107 deletions
@@ -121,6 +121,14 @@ export const storeHandlers = [
)
}),
rest.post("/store/orders/customer/confirm", (req, res, ctx) => {
return res(ctx.status(200))
}),
rest.post("/store/orders/batch/customer/token", (req, res, ctx) => {
return res(ctx.status(200))
}),
rest.get("/store/return-reasons/", (req, res, ctx) => {
return res(
ctx.status(200),