CSR-1600 test

CSR-1600 test
This commit is contained in:
CarlNation 2024-09-23 10:43:34 -04:00
parent a6fadcb677
commit 0b7354d54e

View file

@ -592,7 +592,9 @@ export default {
); );
}, },
shouldHideRecalibration() { shouldHideRecalibration() {
return this.getSettingValue(experimentSettings.RECAL_PRICE_REMOVE).toLower() === "true"; return (
this.getSettingValue(experimentSettings.RECAL_PRICE_REMOVE).toLowerCase() === "true"
);
}, },
showApplePay() { showApplePay() {
return baseMixin.methods.showApplePay(); return baseMixin.methods.showApplePay();