Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dfb41cd

Browse filesBrowse files
committed
[Mailer][Brevo] Remove tags from mandatory event arguments
'tags' in not mandatory part of an event therefore it got removed from the validation process
1 parent 3e296f1 commit dfb41cd
Copy full SHA for dfb41cd

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎src/Symfony/Component/Mailer/Bridge/Brevo/Webhook/BrevoRequestParser.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Bridge/Brevo/Webhook/BrevoRequestParser.php
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ protected function doParse(Request $request, #[\SensitiveParameter] string $secr
4949
|| !isset($content['email'])
5050
|| !isset($content['message-id'])
5151
|| !isset($content['ts_event'])
52-
|| !isset($content['tags'])
5352
) {
5453
throw new RejectWebhookException(406, 'Payload is malformed.');
5554
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.