From 6784aa8b270905fae0bd2bb9093ea1969180804e Mon Sep 17 00:00:00 2001 From: Kat Date: Tue, 3 Oct 2023 08:23:54 +0100 Subject: [PATCH] Update notify template IDs for testing --- app/mailers/csv_download_mailer.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/mailers/csv_download_mailer.rb b/app/mailers/csv_download_mailer.rb index 513b2df73..11bbeef33 100644 --- a/app/mailers/csv_download_mailer.rb +++ b/app/mailers/csv_download_mailer.rb @@ -1,7 +1,7 @@ class CsvDownloadMailer < NotifyMailer CSV_DOWNLOAD_TEMPLATE_ID = "7890e3b9-8c0d-4d08-bafe-427fd7cd95bf".freeze - CSV_MISSING_LETTINGS_ADDRESSES_DOWNLOAD_TEMPLATE_ID = "xx".freeze - CSV_MISSING_SALES_ADDRESSES_DOWNLOAD_TEMPLATE_ID = "xx".freeze + CSV_MISSING_LETTINGS_ADDRESSES_DOWNLOAD_TEMPLATE_ID = "7602b6c2-4f44-4da6-8a68-944e39cd8a05".freeze + CSV_MISSING_SALES_ADDRESSES_DOWNLOAD_TEMPLATE_ID = "7602b6c2-4f44-4da6-8a68-944e39cd8a05".freeze def send_csv_download_mail(user, link, duration) send_email(