mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-03-08 10:43:31 +00:00
17 lines
341 B
Handlebars
17 lines
341 B
Handlebars
|
|
||
|
<h3>Credit card information</h3>
|
||
|
|
||
|
<div id="card-element"></div>
|
||
|
|
||
|
<div id="card-action">
|
||
|
{{#d-button action="submitStripeCard" class="btn btn-primary btn-payment"}}
|
||
|
{{i18n 'discourse_donations.confirm'}}<br>{{amount}}
|
||
|
{{/d-button}}
|
||
|
|
||
|
{{#if cardError}}
|
||
|
<div class="popup-tip bad">
|
||
|
{{cardError}}
|
||
|
</div>
|
||
|
{{/if}}
|
||
|
</div>
|