To improve extensibility for other modules, we should implement an event and subscriber for the createContact process. This will allow external components to interact with the logic more efficiently.
Issue fork brevo-3588657
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
renrhafComment #4
kensae commented@renrhaf Fixed everything! I rushed the MR a bit and definitely should have double-checked the code first. I was trying to refactor a custom module straight into the fork, which is why there were so many typos.
I've added a todo in the comments to fix the payload on the createContact function call after !18 has been merged.
Comment #5
renrhaf