Merge branch 'develop' into feature/digital/SSR-500
This commit is contained in:
commit
a050140a0b
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@
|
||||||
},
|
},
|
||||||
getPackagePriceString(packageName) {
|
getPackagePriceString(packageName) {
|
||||||
const formattedPriceFloat = parseFloat(this.getPackagePrice(packageName)).toFixed(2);
|
const formattedPriceFloat = parseFloat(this.getPackagePrice(packageName)).toFixed(2);
|
||||||
return '$' + formattedPriceFloat + '*';
|
return '+$' + formattedPriceFloat + '*';
|
||||||
},
|
},
|
||||||
getPackagePrice(packageName) {
|
getPackagePrice(packageName) {
|
||||||
let priceFloat = 0;
|
let priceFloat = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue