diff --git a/src/Jobs/Webhooks/WebhookHandler.php b/src/Jobs/Webhooks/WebhookHandler.php index 4ae4935..fd3d653 100644 --- a/src/Jobs/Webhooks/WebhookHandler.php +++ b/src/Jobs/Webhooks/WebhookHandler.php @@ -82,7 +82,7 @@ protected function findOrder(PaymentIntentContract $paymentIntent): Order return $order; } catch (Throwable $e) { - $this->fail($e); + // $this->fail($e); } try { @@ -90,7 +90,7 @@ protected function findOrder(PaymentIntentContract $paymentIntent): Order return $order; } catch (Throwable $e) { - $this->fail($e); + // $this->fail($e); } try { @@ -98,7 +98,7 @@ protected function findOrder(PaymentIntentContract $paymentIntent): Order return $order; } catch (Throwable $e) { - $this->fail($e); + // $this->fail($e); } $this->fail(new ModelNotFoundException('Order not found.'));