CSR-2405 recal text corrections

CSR-2405 recal text corrections.  the recal text was being driven by the store getter which is only updated on page transition.  Changed it to use the page scoped version of insurance selected.
This commit is contained in:
CarlNation 2024-11-20 14:32:25 -05:00
parent efb3e12459
commit 990f68fa15

View file

@ -428,7 +428,8 @@ export default {
);
},
shouldHideRecalibration() {
return store.getters.shouldHideRecalibration;
if (this.isInsuranceSelected) return false;
return (experimentMixin.methods.getSettingValue(experimentSettings.RECAL_PRICE_REMOVE)?.toLowerCase() === "true" && this.isRecalibrationOnOrder);
},
showAfterpayBanner() {
return (