You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stripe for example use a Event constructor in order to validate the request: if the construction doesn't throw an exception, the validation is positive, otherwise the request is not valid. But at the moment, i need to requild the event inside the job. Is there any way to pass the evet from the validation to the job in order to not rebuild it ?
The text was updated successfully, but these errors were encountered:
Stripe for example use a Event constructor in order to validate the request: if the construction doesn't throw an exception, the validation is positive, otherwise the request is not valid. But at the moment, i need to requild the event inside the job. Is there any way to pass the evet from the validation to the job in order to not rebuild it ?
The text was updated successfully, but these errors were encountered: