fix(medusa): Cancel order missing refunds relation (#2976)
**What** The order cancelation does not include the refunds relation. It means that the check of the length of the refund is never true and therefore no errors are thrown if the order contains the refunds. **How** Add the refunds relation and tests FIXES CORE-976 Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
co-authored by
Oliver Windall Juhl
parent
47d075351f
commit
1817b810fc
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
fix(medusa): Cancel order missing refunds relation
|
||||
Reference in New Issue
Block a user