Minor loggin

This commit is contained in:
David Bomba 2024-01-30 13:51:56 +11:00
parent aa954b466e
commit a0143a3f44

View File

@ -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;
}