form not rendering

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