From fb3eda162ae68ca74e895537d51c839b3d22b235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Thu, 16 Mar 2023 15:17:39 +0300 Subject: [PATCH] typo --- app/Listeners/Document/SendDocumentViewNotification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Listeners/Document/SendDocumentViewNotification.php b/app/Listeners/Document/SendDocumentViewNotification.php index 7399b2039..39e6775fc 100644 --- a/app/Listeners/Document/SendDocumentViewNotification.php +++ b/app/Listeners/Document/SendDocumentViewNotification.php @@ -19,7 +19,7 @@ class SendDocumentViewNotification { $document = $event->document; - if (in_array($documet->status, [ + if (in_array($document->status, [ 'viewed', 'approved', 'received', 'refused', 'partial', 'paid', 'cancelled', 'voided', 'completed', 'refunded', ])) {