fix(medusa): Allow method.data to be passed when creating/updating ShippingMethods in ClaimService (#3205)

**What**
- Allows passing data on shipping methods during claim creation and updates. Defaults to an empty object.

**Testing** 
- Updates a test so it also passes along shipping method data.
This commit is contained in:
Kasper Fabricius Kristensen
2023-02-08 12:37:35 +00:00
committed by GitHub
parent 86c87c7b10
commit b9bda3bf4e
6 changed files with 35 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
fix(medusa): Allows passing data object on shipping methods during claim creation and updates