Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emitting a CustomerEvent after the AccountRegistrationEvent on Customer creation #949

Closed
BenVuti opened this issue Jun 24, 2021 · 0 comments

Comments

@BenVuti
Copy link

BenVuti commented Jun 24, 2021

As stated in my message on Slack

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 ?

this.channelService.assignToCurrentChannel(customer, ctx);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants