fix(core-flows): export order-related utility workflows (#12380)

This commit is contained in:
Shahed Nasser
2025-05-07 12:02:08 +03:00
committed by GitHub
parent 5d3f1d0118
commit c4dd805849
15 changed files with 63 additions and 15 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ export const CartWorkflowEvents = {
CUSTOMER_UPDATED: "cart.customer_updated",
/**
* Emitted when the cart's region is updated. This
* event is emitted alongside the {@link CartWorkflowEvents.UPDATED} event.
* event is emitted alongside the `cart.updated` event.
*
* @eventPayload
* ```ts