chore(product): Update the events emitted from the product module (#9557)
This commit is contained in:
committed by
GitHub
parent
b40fa6353e
commit
d8b7f90689
@@ -7,7 +7,8 @@ const eventBaseNames: [
|
||||
"productOption",
|
||||
"productType",
|
||||
"productTag",
|
||||
"productCategory"
|
||||
"productCategory",
|
||||
"productCollection"
|
||||
] = [
|
||||
"product",
|
||||
"productVariant",
|
||||
@@ -15,6 +16,7 @@ const eventBaseNames: [
|
||||
"productType",
|
||||
"productTag",
|
||||
"productCategory",
|
||||
"productCollection"
|
||||
]
|
||||
|
||||
export const ProductEvents = buildEventNamesFromEntityName(
|
||||
|
||||
Reference in New Issue
Block a user