This commit is contained in:
Cüneyt Şentürk 2023-03-16 15:17:39 +03:00
parent c4ec9a867b
commit fb3eda162a

View File

@ -19,7 +19,7 @@ class SendDocumentViewNotification
{ {
$document = $event->document; $document = $event->document;
if (in_array($documet->status, [ if (in_array($document->status, [
'viewed', 'approved', 'received', 'refused', 'partial', 'paid', 'viewed', 'approved', 'received', 'refused', 'partial', 'paid',
'cancelled', 'voided', 'completed', 'refunded', 'cancelled', 'voided', 'completed', 'refunded',
])) { ])) {