From 9a6abbd6e8361282aa3c33c1a408e3b0cfdb34b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=8Carodej?= Date: Wed, 16 Mar 2022 10:37:55 +0100 Subject: [PATCH] added BillingAlertTriggeredNotification --- .../components/Notifications/Notification.vue | 8 +++- .../Notifications/Events/TestUpdate.php | 18 -------- .../BillingAlertTriggeredNotification.php | 42 +++++++++++++++++++ .../Listeners/SubscriptionEventSubscriber.php | 15 +++++-- 4 files changed, 61 insertions(+), 22 deletions(-) delete mode 100644 src/Domain/Notifications/Events/TestUpdate.php create mode 100644 src/Domain/Subscriptions/Notifications/BillingAlertTriggeredNotification.php diff --git a/resources/js/components/Notifications/Notification.vue b/resources/js/components/Notifications/Notification.vue index 3cf649ec..35d40d57 100644 --- a/resources/js/components/Notifications/Notification.vue +++ b/resources/js/components/Notifications/Notification.vue @@ -13,6 +13,11 @@ size="22" class="vue-feather text-theme shrink-0" /> +