New Donation


<%= form_tag confirm_payment_path, id: "checkout-form" do %> <% if current_user and !current_user.has_payment_info? %> <%= render 'customer_form' unless @anonymous_user%> <% end %>

Please enter your donation details (this is a donation and will not be applied towards your account):

<% end %>