2019-09-11 06:19:50 -04:00
|
|
|
|
2019-09-11 21:34:54 -04:00
|
|
|
<h3>{{i18n 'discourse_patrons.payment_information'}}</h3>
|
2019-09-11 06:19:50 -04:00
|
|
|
|
|
|
|
<div id="card-element"></div>
|
|
|
|
|
|
|
|
<div id="card-action">
|
|
|
|
{{#d-button action="submitStripeCard" class="btn btn-primary btn-payment"}}
|
2019-09-11 18:10:41 -04:00
|
|
|
{{i18n 'discourse_patrons.confirm'}}<br>{{amount}}
|
2019-09-11 06:19:50 -04:00
|
|
|
{{/d-button}}
|
|
|
|
|
|
|
|
{{#if cardError}}
|
|
|
|
<div class="popup-tip bad">
|
|
|
|
{{cardError}}
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
</div>
|