Skip to content

Commit

Permalink
Fix Guzzle exception suppressing option.
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej committed Sep 20, 2019
1 parent de8f50c commit 9cd5cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CallWebhookJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function handle()
'body' => json_encode($this->payload),
'verify' => $this->verifySsl,
'headers' => $this->headers,
'errors' => false,
'http_errors' => false,
]);

if (!Str::startsWith($this->response->getStatusCode(), 2)) {
Expand Down

0 comments on commit 9cd5cef

Please sign in to comment.