Skip to content

Commit 5e892e2

Browse files
authored
add no_notification to shipment created event (medusajs#11836)
1 parent d24090e commit 5e892e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/core-flows/src/order/workflows/create-shipment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export const createOrderShipmentWorkflow = createWorkflow(
195195

196196
emitEventStep({
197197
eventName: FulfillmentEvents.SHIPMENT_CREATED,
198-
data: { id: shipment.id },
198+
data: { id: shipment.id, no_notification: input.no_notification },
199199
})
200200

201201
const shipmentCreated = createHook("shipmentCreated", {

0 commit comments

Comments
 (0)