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
<div class="donations-page-payment">
{{donation-form
2019-09-12 01:13:08 -04:00
billing=model
2019-09-11 17:43:27 -04:00
paymentSuccessHandler=(action "paymentSuccessHandler")
2019-09-11 07:09:34 -04:00
stripePaymentHandler=(action "stripePaymentHandler")
}}
</div>