FIX: Fix syntax for some buttons following recent updates (#159)

This commit is contained in:
Mark Reeves 2023-05-03 15:50:20 -04:00 committed by GitHub
parent c06ae37048
commit 9aa4a44b2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@
@type="checkbox"
name="recurring"
@checked={{model.plan.isRecurring}}
{{on "change" this.changeRecurring}}
{{on "change" (action "changeRecurring")}}
/>
{{/if}}
</p>

View File

@ -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"
/>