2019-10-09 09:06:12 +11:00

15 lines
356 B
Handlebars

<h3>{{i18n 'discourse_patrons.heading.payment' site_name=siteSettings.title}}</h3>
<p>
{{cook-text siteSettings.discourse_patrons_payment_page}}
</p>
<div class="donations-page-payment">
{{donation-form
billing=model
paymentSuccessHandler=(action "paymentSuccessHandler")
stripePaymentHandler=(action "stripePaymentHandler")
}}
</div>