Resolve the discount issue (#11128)
This commit is contained in:
parent
931f86c948
commit
1940256fe2
|
@ -21,8 +21,8 @@
|
|||
>{{
|
||||
"upgradeDiscount"
|
||||
| i18n
|
||||
: (selectedInterval === planIntervals.Annually
|
||||
? discountPercentageFromSub + this.discountPercentage
|
||||
: (selectedInterval === planIntervals.Annually && discountPercentageFromSub == 0
|
||||
? this.discountPercentage
|
||||
: this.discountPercentageFromSub)
|
||||
}}</span
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue