fix(medusa): Allow AddressPayload or string on DraftOrder creation (#1902)

This commit is contained in:
Kasper Fabricius Kristensen
2022-10-19 18:01:08 +02:00
committed by GitHub
parent 8be67c734c
commit fcfb7d167b
14 changed files with 385 additions and 66 deletions
+1 -1
View File
@@ -38,9 +38,9 @@ export * from "./order"
export * from "./order-edit"
export * from "./order-item-change"
export * from "./payment"
export * from "./payment-collection"
export * from "./payment-provider"
export * from "./payment-session"
export * from "./payment-collection"
export * from "./price-list"
export * from "./product"
export * from "./product-collection"