mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 19:34:39 -04:00
Minor loggin
This commit is contained in:
parent
aa954b466e
commit
a0143a3f44
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user