merge master

This commit is contained in:
Rimian Perkins
2019-10-08 11:48:31 +11:00
2 changed files with 12 additions and 10 deletions
@@ -5,10 +5,12 @@
{{cook-text siteSettings.discourse_patrons_payment_page}}
</p>
<div class="donations-page-payment">
{{donation-form
billing=model
paymentSuccessHandler=(action "paymentSuccessHandler")
stripePaymentHandler=(action "stripePaymentHandler")
}}
</div>
{{#if siteSettings.discourse_patrons_enabled}}
<div class="donations-page-payment">
{{donation-form
billing=model
paymentSuccessHandler=(action "paymentSuccessHandler")
stripePaymentHandler=(action "stripePaymentHandler")
}}
</div>
{{/if}}