add no_notification to shipment created event (#11836)
This commit is contained in:
@@ -195,7 +195,7 @@ export const createOrderShipmentWorkflow = createWorkflow(
|
|||||||
|
|
||||||
emitEventStep({
|
emitEventStep({
|
||||||
eventName: FulfillmentEvents.SHIPMENT_CREATED,
|
eventName: FulfillmentEvents.SHIPMENT_CREATED,
|
||||||
data: { id: shipment.id },
|
data: { id: shipment.id, no_notification: input.no_notification },
|
||||||
})
|
})
|
||||||
|
|
||||||
const shipmentCreated = createHook("shipmentCreated", {
|
const shipmentCreated = createHook("shipmentCreated", {
|
||||||
|
|||||||
Reference in New Issue
Block a user