fix(core-flows): pass metadata on order fulfillment create (#9974)

CLOSES SUP-109
CLOSES https://github.com/medusajs/medusa/issues/9964
This commit is contained in:
Frane Polić
2024-11-07 20:13:44 +01:00
committed by GitHub
parent 576da17da3
commit af9eec73df
2 changed files with 5 additions and 0 deletions

View File

@@ -160,6 +160,7 @@ function prepareFulfillmentData({
labels: input.labels ?? [],
delivery_address: shippingAddress as any,
packed_at: new Date(),
metadata: input.metadata,
},
}
}