houdini/app/views/billing_subscription_mailer/failed_notice.html.erb
2020-06-15 10:26:57 -05:00

32 lines
950 B
Text

<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>
<p>
Dear <%= @nonprofit.name %>,
</p>
<br>
<p>
Thank you for continuing to use <%= Houdini.general.name %>!
</p>
<br>
<% href = "#{root_url}nonprofits/#{@nonprofit.id}/card/edit" %>
Unfortunately, the credit card we currently have on file (<%= @card.name %>, expiring <%= @card.expiration_month %>/<%= @card.expiration_year %>) has been declined and we are unable to process your subscription. Please give us a call or go to <strong><a href='<%= href %>'> <%=href%> </a></strong> to update your billing information to avoid any lapse in service.
</p>
<br>
<p>
If you have any questions or concerns, please feel free to call us (888) 204-8792 or to email <%= Houdini.support_email %> and we'll respond promptly to help.
</p>
<br>
<br>
<p>
Sincerely,
</p>
<br>
<p>
The CommitChange Team
</p>