feat(core-flows): cart events (#9585)
This commit is contained in:
committed by
GitHub
parent
6a6c193042
commit
f7fbc2f97c
@@ -1,3 +1,10 @@
|
||||
export const CartWorkflowEvents = {
|
||||
CREATED: "cart.created",
|
||||
UPDATED: "cart.updated",
|
||||
CUSTOMER_UPDATED: "cart.customer_updated",
|
||||
REGION_UPDATED: "cart.region_updated",
|
||||
}
|
||||
|
||||
export const CustomerWorkflowEvents = {
|
||||
CREATED: "customer.created",
|
||||
UPDATED: "customer.updated",
|
||||
|
||||
Reference in New Issue
Block a user