Skip to content

Commit

Permalink
Include contact email in cancellation report
Browse files Browse the repository at this point in the history
  • Loading branch information
practicingruby committed Oct 10, 2012
1 parent e01bb52 commit d331f2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/unsubscribe_mailer/canceled.text.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Name: <%= @user.name || 'Unknown' %>
Github: <%= @user.github_nickname %>
Email: <%= @user.contact_email %>
Payment Provider: <%= @user.mailchimp_web_id.blank? ? 'None' : 'Mailchimp' %>
Provider Id: <%= @user.mailchimp_web_id || "N/A" %>

0 comments on commit d331f2a

Please sign in to comment.