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 just noticed that when creating a customer via the front only a AccountRegistrationEvent is fired and no CustomerEvent
Up until now I was testing with CustomerEvent which is fired when creating a customer through the backend so all my code needs to be fixed to work with AccountRegistrationEvent T_T
Any way to have CustomerEvent getting fired instead or after the AccountRegistrationEvent ?
As stated in my message on Slack
vendure/packages/core/src/service/services/customer.service.ts
Line 550 in 39b3937
The text was updated successfully, but these errors were encountered: