FIX: Fix syntax for some buttons following recent updates (#159)
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@
|
||||
@type="checkbox"
|
||||
name="recurring"
|
||||
@checked={{model.plan.isRecurring}}
|
||||
{{on "change" this.changeRecurring}}
|
||||
{{on "change" (action "changeRecurring")}}
|
||||
/>
|
||||
{{/if}}
|
||||
</p>
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
<DButton
|
||||
@disabled={{loading}}
|
||||
@action={{this.stripePaymentHandler}}
|
||||
@action={{action "stripePaymentHandler"}}
|
||||
class="btn btn-primary btn-payment"
|
||||
@label="discourse_subscriptions.plans.payment_button"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user