Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Typo on payload key #58399

Closed
Closed
@salvatorepandolfi

Description

@salvatorepandolfi

Symfony version(s) affected

7.x

Description

on line 42 file RemoteEvent/SendgridPayloadConverter.php:
default => throw new ParseException(sprintf('Unsupported event "%s".', $payload['unsubscribe'])),
there's no array key named unsubscribed, the correct key should be event

How to reproduce

receive a webhook from sendgrid for a group_unsubscribed event

Possible Solution

replace $payload['unsubscribe'] with $payload['event'] on line 42

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions