2019-09-10 23:19:07 -04:00
|
|
|
|
2019-10-24 20:13:14 -04:00
|
|
|
<h3>{{i18n 'discourse_patrons.one_time.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>
|