Skip to content

Commit 71ae898

Browse files
authored
Merge pull request #2580 from codecrafters-io/update-isRecommended-flag-in-pay-template
Update most popular plan
2 parents df9f54d + f996094 commit 71ae898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/pay.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
@discountedPrice={{null}}
2727
@footerText="Single payment of $120."
2828
@onStartMembershipButtonClick={{this.handleStartMembershipButtonClick}}
29-
@isRecommended={{true}}
29+
@isRecommended={{false}}
3030
@pricingFrequency="quarterly"
3131
@regionalDiscount={{if this.shouldApplyRegionalDiscount @model.regionalDiscount}}
3232
@shouldShowAmortizedMonthlyPrice={{false}}
@@ -39,7 +39,7 @@
3939
@discountedPrice={{this.discountedYearlyPrice}}
4040
@footerText="Single payment of ${{or this.discountedYearlyPrice 360}}."
4141
@onStartMembershipButtonClick={{this.handleStartMembershipButtonClick}}
42-
@isRecommended={{false}}
42+
@isRecommended={{true}}
4343
@pricingFrequency="yearly"
4444
@regionalDiscount={{if this.shouldApplyRegionalDiscount @model.regionalDiscount}}
4545
@shouldShowAmortizedMonthlyPrice={{false}}

0 commit comments

Comments
 (0)