mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 19:24:40 -04:00
Minor loggin
This commit is contained in:
parent
aa954b466e
commit
a0143a3f44
@ -59,6 +59,7 @@ class EmailPayment implements ShouldQueue
|
|||||||
public function handle()
|
public function handle()
|
||||||
{
|
{
|
||||||
if ($this->company->is_disabled || (!$this->contact->email ?? false)) {
|
if ($this->company->is_disabled || (!$this->contact->email ?? false)) {
|
||||||
|
nlog("company disabled - or - contact email not found");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user