diff --git a/app/Jobs/Payment/EmailPayment.php b/app/Jobs/Payment/EmailPayment.php index 275a9579fa4c..2054d18ec0ee 100644 --- a/app/Jobs/Payment/EmailPayment.php +++ b/app/Jobs/Payment/EmailPayment.php @@ -59,6 +59,7 @@ class EmailPayment implements ShouldQueue public function handle() { if ($this->company->is_disabled || (!$this->contact->email ?? false)) { + nlog("company disabled - or - contact email not found"); return; }