feat(core-flows,utils): add payment + shipment workflow events (#7749)

This commit is contained in:
Riqwan Thamir
2024-06-17 18:05:05 +02:00
committed by GitHub
parent 2e8e7b27b6
commit 263d9d0f22
9 changed files with 39 additions and 17 deletions
@@ -27,7 +27,7 @@ const eventBaseNames: [
"fulfillmentLabel",
]
export const FulfillmentEvents = buildEventNamesFromEntityName(
eventBaseNames,
Modules.FULFILLMENT
)
export const FulfillmentEvents = {
...buildEventNamesFromEntityName(eventBaseNames, Modules.FULFILLMENT),
SHIPMENT_CREATED: "shipment.created",
}