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
I am willing to PR this if needed but I would like to have access to the response even when the webhook call has failed. Guzzle RequestException exceptions have a getResponse method which allows you to get this.
I am willing to PR this if needed but I would like to have access to the response even when the webhook call has failed. Guzzle
RequestException
exceptions have agetResponse
method which allows you to get this.Current code
CallWebhookJob
Proposed change to
CallWebhookJob
?Detect if exception is a
RequestException
and set the response.The text was updated successfully, but these errors were encountered: