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
I am creating a subscriber for customer creation events, but looks like the events are not emitted. I verified that the customer updation events are emitted though.
I looked at the source code, I couldn't find code for emitting event in the customer creation workflow. However, its present in customer updation workflow.
Expected behavior
Events should be emitted when customer is created.
Actual behavior
Events are not emitted when customer is created.
Link to reproduction repo
The text was updated successfully, but these errors were encountered:
Package.json file
Node.js version
21.0.0
Database and its version
PostgresQL 16.02
Operating system name and version
Ubuntu 22
Browser name
No response
What happended?
I am creating a subscriber for customer creation events, but looks like the events are not emitted. I verified that the customer updation events are emitted though.
I looked at the source code, I couldn't find code for emitting event in the customer creation workflow. However, its present in customer updation workflow.
Expected behavior
Events should be emitted when customer is created.
Actual behavior
Events are not emitted when customer is created.
Link to reproduction repo
The text was updated successfully, but these errors were encountered: