2020-06-12 20:03:43 +00:00
|
|
|
<%- # 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 -%>
|
2018-03-25 17:30:42 +00:00
|
|
|
<div class='wizard-step payment-step'>
|
|
|
|
<!--= wizard.set_step 'donate_wiz' 'Payment' -->
|
|
|
|
|
|
|
|
<p class='u-fontSize--18 u-marginBottom--0'>
|
|
|
|
$<!--= put (cents_to_dollars donate_wiz.donation.amount) -->
|
|
|
|
<strong>
|
|
|
|
<!--= show_if donate_wiz.donation.recurring_donation -->
|
|
|
|
sustaining, monthly
|
|
|
|
</strong>
|
|
|
|
<strong>
|
|
|
|
<!--= hide_if donate_wiz.donation.recurring_donation -->
|
|
|
|
one-time
|
|
|
|
</strong>
|
|
|
|
contribution
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<form class='cardForm u-centered' novalidate>
|
|
|
|
<!--= on 'submit' (donate_wiz.send_payment form_object) -->
|
|
|
|
|
|
|
|
<div class='card-fields u-marginTop--15'>
|
|
|
|
<%= render 'cards/fields' %>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<%= render 'cards/form_footer' %>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|