Update user notifications
This commit is contained in:
parent
cfadd530f2
commit
52be5e6576
|
|
@ -931,7 +931,10 @@ class CompanySettings extends BaseSettings
|
||||||
{
|
{
|
||||||
$notification = new stdClass();
|
$notification = new stdClass();
|
||||||
$notification->email = [];
|
$notification->email = [];
|
||||||
|
|
||||||
|
if(Ninja::isSelfHost()) {
|
||||||
$notification->email = ['invoice_sent_all', 'payment_success_all', 'payment_manual_all'];
|
$notification->email = ['invoice_sent_all', 'payment_success_all', 'payment_manual_all'];
|
||||||
|
}
|
||||||
|
|
||||||
return $notification;
|
return $notification;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue