Skip to content

Conversation

@aligent-lturner
Copy link
Contributor

Fixes #23

The current implementation is listening for the "customer_save_commit_before" event, but this event does not exist in the core Magento implementation. Instead, it should be listening to the "customer_save_before" event.
This will ensure that customers with changed data get flagged as having been updated properly.

…ore" event instead of the non-existent "customer_save_commit_before"
@aligent-lturner aligent-lturner requested review from a team as code owners October 28, 2025 22:35
@gowrizrh
Copy link
Member

hi @aligent-lturner, would it be possible to rename the branch to have the prefix feature/customer_updated_event, the tests don't run unless on a feature branch, otherwise looks good :)

@aligent-lturner
Copy link
Contributor Author

hi @aligent-lturner, would it be possible to rename the branch to have the prefix feature/customer_updated_event, the tests don't run unless on a feature branch, otherwise looks good :)

I can change it, though it's probably a good idea to have tests run on fix branches also 😄

@aligent-lturner
Copy link
Contributor Author

Replaced with #25 with different branch name

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

Labels

None yet

2 participants