chore(core-flows): set packed_at when fulfillment is created (#8665)

This commit is contained in:
Carlos R. L. Rodrigues
2024-08-19 19:16:48 +02:00
committed by GitHub
parent 4791d1d775
commit aa6e504771
@@ -136,6 +136,7 @@ function prepareFulfillmentData({
items: fulfillmentItems,
labels: input.labels ?? [],
delivery_address: shippingAddress as any,
packed_at: new Date(),
},
}
}