<%- # 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 -%>

A recurring donation from one of your supporters has had a payment failure. Details are below.


The donor has also received a notification of the payment failure with a link to update their card. Here is a copy of the link that the donor received:
<% url = edit_recurring_donation_url(@donation.recurring_donation, {t: @donation.recurring_donation.edit_token}) %> <%= url %>


<% if @charge.failure_message.present? %>

The failure message we received from the payment processor was: <%= @charge.failure_message %>

<% end %> <%= render 'components/email/supporter_table', supporter: @donation.supporter %>
<%= render 'failed_recurring_donation_table', donation: @donation, charge: @charge %>
<%= render 'recurring_donation_table', donation: @donation %>

You can also access settings for this recurring donation from your Recurring Donations Dashboard

<%= render 'emails/sig' %>