fix(medusa): Use get for creating fulfillments (#3498)

* use get

* changeset

* use set

* add tests

---------

Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Philip Korsholm
2023-03-16 19:03:36 +01:00
committed by GitHub
co-authored by Oliver Windall Juhl
parent fe4b8feb7e
commit 0d1b63d773
3 changed files with 176 additions and 22 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
fix(medusa): use get instead of indexing into map