From a528fc37667b327928a349168000594ec6de1a97 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 30 Jan 2019 10:03:53 +0100 Subject: [PATCH] infos about deprecated notification --- app/models/notification_type.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/models/notification_type.rb b/app/models/notification_type.rb index 1b3184ab2..11230db24 100644 --- a/app/models/notification_type.rb +++ b/app/models/notification_type.rb @@ -43,5 +43,7 @@ class NotificationType notify_member_about_coupon notify_member_reservation_reminder ] - # deprecated: notify_admin_invoicing_changed + # deprecated: + # - notify_member_subscribed_plan_is_changed + # - notify_admin_invoicing_changed end