17 lines
425 B
Handlebars
Raw Normal View History

2019-09-12 16:16:38 +10:00
<h3>{{i18n 'discourse_patrons.heading.payment' site_name=siteSettings.title}}</h3>
2019-09-11 21:09:34 +10:00
2019-09-12 16:16:38 +10:00
<p>
2019-09-12 13:40:18 +10:00
{{cook-text siteSettings.discourse_patrons_payment_page}}
2019-09-12 16:16:38 +10:00
</p>
2019-09-11 21:09:34 +10:00
{{#if siteSettings.discourse_patrons_enabled}}
<div class="donations-page-payment">
{{donation-form
billing=model
paymentSuccessHandler=(action "paymentSuccessHandler")
stripePaymentHandler=(action "stripePaymentHandler")
}}
</div>
{{/if}}