fix(medusa): remove request body type argument from cancel order transfer routes (#10327)

Remove the request body type passed as a type argument for admin and store routes for order transfer cancelation. Since the type is empty, it leads to a generated empty request body schema in the API reference.
This commit is contained in:
Shahed Nasser
2024-11-27 19:07:20 +02:00
committed by GitHub
parent 70e179a475
commit ef046844cc
3 changed files with 7 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
fix(medusa): remove request body type argument from cancel order transfer routes