File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
@discountedPrice ={{ null }}
27
27
@footerText =" Single payment of $120."
28
28
@onStartMembershipButtonClick ={{ this.handleStartMembershipButtonClick }}
29
- @isRecommended ={{ true }}
29
+ @isRecommended ={{ false }}
30
30
@pricingFrequency =" quarterly"
31
31
@regionalDiscount ={{ if this.shouldApplyRegionalDiscount @model.regionalDiscount }}
32
32
@shouldShowAmortizedMonthlyPrice ={{ false }}
39
39
@discountedPrice ={{ this.discountedYearlyPrice }}
40
40
@footerText =" Single payment of ${{ or this.discountedYearlyPrice 360 }} ."
41
41
@onStartMembershipButtonClick ={{ this.handleStartMembershipButtonClick }}
42
- @isRecommended ={{ false }}
42
+ @isRecommended ={{ true }}
43
43
@pricingFrequency =" yearly"
44
44
@regionalDiscount ={{ if this.shouldApplyRegionalDiscount @model.regionalDiscount }}
45
45
@shouldShowAmortizedMonthlyPrice ={{ false }}
You can’t perform that action at this time.
0 commit comments