From 564887a6796b5a889cd274be70bfc05a9a5a3f94 Mon Sep 17 00:00:00 2001 From: Paul Arterburn Date: Mon, 27 Nov 2023 08:47:06 -0700 Subject: [PATCH] Line break --- app/mailers/user_mailer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mailers/user_mailer.rb b/app/mailers/user_mailer.rb index a65aef9f..215e47c3 100644 --- a/app/mailers/user_mailer.rb +++ b/app/mailers/user_mailer.rb @@ -63,7 +63,7 @@ def pro_deleted(name, email, plan, entries, user_id, payhere_id, stripe_id) end.to_sentence end - mail(to: "hello@#{ENV['MAIN_DOMAIN']}", subject: '[ACTION REQUIRED] Pro User Deleted', body: "Name: #{name}\nEmail: #{email}\nUser ID: #{user_id}\nPlan: #{plan}\nEntries: #{entries}\nPayhere ID: #{payhere_id}\nStripe Subscription Status: #{subscription_status}\nStripe: https://dashboard.stripe.com/customers/#{stripe_id}") + mail(to: "hello@#{ENV['MAIN_DOMAIN']}", subject: '[ACTION REQUIRED] Pro User Deleted', body: "Name: #{name}\nEmail: #{email}\nUser ID: #{user_id}\nPlan: #{plan}\nEntries: #{entries}\nPayhere ID: #{payhere_id}\nStripe Subscription Status: #{subscription_status}\n\nStripe: https://dashboard.stripe.com/customers/#{stripe_id}") end def failed_entry(user, errors, date, body)