CSR-1042 | Formatting
This commit is contained in:
parent
e9da017ae9
commit
1458236f33
1 changed files with 3 additions and 1 deletions
|
|
@ -165,7 +165,9 @@ export default {
|
||||||
getPackagePrice(packageName) {
|
getPackagePrice(packageName) {
|
||||||
let priceFloat = this.isInsuranceSelected
|
let priceFloat = this.isInsuranceSelected
|
||||||
? 0
|
? 0
|
||||||
: baseMixin.methods.getTierOnePackagePrice(baseMixin.methods.filterOutFees(this.nullSafeAvailableLineItems));
|
: baseMixin.methods.getTierOnePackagePrice(
|
||||||
|
baseMixin.methods.filterOutFees(this.nullSafeAvailableLineItems)
|
||||||
|
);
|
||||||
if (packageName === packageNames.TIER_TWO) {
|
if (packageName === packageNames.TIER_TWO) {
|
||||||
priceFloat += this.getTierTwoPackageVapsPrice();
|
priceFloat += this.getTierTwoPackageVapsPrice();
|
||||||
} else if (packageName === packageNames.TIER_THREE) {
|
} else if (packageName === packageNames.TIER_THREE) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue