-
< 8000 /include-fragment> -
Notifications
You must be signed in to change notification settings - Fork 9.6k
[RemoteEvent][Webhook] Add Mailjet support #50502
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
Conversation
Q | A |
---|---|
Branch | 6.4 |
Bug fix | no |
New feature | yes |
Deprecations | no |
Tickets | |
License | MIT |
Doc PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a small suggestion to make code shorter and maybe more readable.
src/Symfony/Component/Mailer/Bridge/Mailjet/RemoteEvent/MailjetPayloadConverter.php
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@blaugueux You need to add "symfony/webhook": "^6.3"
in the require-dev
section of the Mailjet bridge composer.json
file to make tests pass.
@blaugueux Can you rebase to see if the tests would pass? |
Thank you @blaugueux. |