discourse-subscriptions/assets/javascripts/discourse/templates/patrons/index.hbs

15 lines
356 B
Handlebars
Raw Normal View History

2019-09-12 02:16:38 -04:00
<h3>{{i18n 'discourse_patrons.heading.payment' site_name=siteSettings.title}}</h3>
2019-09-11 07:09:34 -04:00
2019-09-12 02:16:38 -04:00
<p>
2019-09-11 23:40:18 -04:00
{{cook-text siteSettings.discourse_patrons_payment_page}}
2019-09-12 02:16:38 -04:00
</p>
2019-09-11 07:09:34 -04:00
2019-10-08 18:06:12 -04:00
<div class="donations-page-payment">
{{donation-form
billing=model
paymentSuccessHandler=(action "paymentSuccessHandler")
stripePaymentHandler=(action "stripePaymentHandler")
}}
</div>