You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When a new ProductVariant is created I expect an event of the type created to be fired. I only get an updated event and all the product variants in it have the same createdAt and updatedAt values, which means they were just created.
To Reproduce
Add this to any init method of a plugin that subscribes to events
Describe the bug
When a new ProductVariant is created I expect an event of the type
created
to be fired. I only get anupdated
event and all the product variants in it have the samecreatedAt
andupdatedAt
values, which means they were just created.To Reproduce
Add this to any init method of a plugin that subscribes to events
Expected behavior
A
created
event to be fired when product variants are created.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: