From 617a923894ff8467f86a53c847326acc4315461d Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 21 Sep 2020 20:54:58 +1000 Subject: [PATCH] Fixes for notifications: --- app/Notifications/Admin/EntitySentNotification.php | 9 +++++++++ app/Notifications/Admin/EntityViewedNotification.php | 9 +++++++++ app/Notifications/Admin/InvoiceSentNotification.php | 9 +++++++++ app/Notifications/Admin/InvoiceViewedNotification.php | 9 +++++++++ .../Admin/NewPartialPaymentNotification.php | 9 +++++++++ app/Notifications/Admin/NewPaymentNotification.php | 9 +++++++++ app/Notifications/BaseNotification.php | 10 ++++++++++ app/Notifications/ClientContactRequestCancellation.php | 9 +++++++++ app/Notifications/ClientContactResetPassword.php | 9 +++++++++ app/Notifications/GmailTestNotification.php | 9 +++++++++ app/Notifications/NewAccountCreated.php | 9 +++++++++ app/Notifications/Ninja/NewAccountCreated.php | 9 +++++++++ app/Notifications/Ninja/VerifyUser.php | 9 +++++++++ app/Notifications/SendGenericNotification.php | 9 +++++++++ app/Utils/ClientPortal/CustomMessage/CustomMessage.php | 9 +++++++++ .../ClientPortal/CustomMessage/CustomMessageFacade.php | 9 +++++++++ 16 files changed, 145 insertions(+) diff --git a/app/Notifications/Admin/EntitySentNotification.php b/app/Notifications/Admin/EntitySentNotification.php index ec5680a4582a..dead3b4eae8f 100644 --- a/app/Notifications/Admin/EntitySentNotification.php +++ b/app/Notifications/Admin/EntitySentNotification.php @@ -1,4 +1,13 @@ ctrans('texts.view_'.$this->entity_string), 'logo' => $this->entity->company->present()->logo(), 'signature' => $this->settings->email_signature, + 'settings' => $this->settings, ]; diff --git a/app/Notifications/ClientContactRequestCancellation.php b/app/Notifications/ClientContactRequestCancellation.php index 25c2fcce0ddc..927b07e25802 100644 --- a/app/Notifications/ClientContactRequestCancellation.php +++ b/app/Notifications/ClientContactRequestCancellation.php @@ -1,4 +1,13 @@