Merge pull request #1997 from Safelite/feature/CSR-2166
CSR-2166: EVEN MORE temporary debugging indications for dev
This commit is contained in:
commit
e51e5b3fc0
2 changed files with 4 additions and 1 deletions
|
|
@ -18,6 +18,7 @@
|
||||||
<hr />
|
<hr />
|
||||||
<p style="color: blue;">thresholdToUse: {{ thresholdToUse }}</p>
|
<p style="color: blue;">thresholdToUse: {{ thresholdToUse }}</p>
|
||||||
<p style="color: blue;">externalSource: {{ externalSource }}</p>
|
<p style="color: blue;">externalSource: {{ externalSource }}</p>
|
||||||
|
<p style="color: blue;">typeof recalSettingValue: {{ typeof recalSettingValue }}</p>
|
||||||
<p style="color: blue;">recalSettingValue: {{ recalSettingValue }}</p>
|
<p style="color: blue;">recalSettingValue: {{ recalSettingValue }}</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
|
|
@ -409,7 +410,7 @@ export default {
|
||||||
shouldHideRecalibration() {
|
shouldHideRecalibration() {
|
||||||
const recalSettingValue = experimentMixin.methods.getSettingValue(
|
const recalSettingValue = experimentMixin.methods.getSettingValue(
|
||||||
experimentSettings.RECAL_PRICE_REMOVE
|
experimentSettings.RECAL_PRICE_REMOVE
|
||||||
);
|
)?.toLowerCase() === "true";
|
||||||
return recalSettingValue;
|
return recalSettingValue;
|
||||||
},
|
},
|
||||||
showAfterpayBanner() {
|
showAfterpayBanner() {
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,9 @@
|
||||||
|
|
||||||
|
|
||||||
<p style="color: red;">isInsuranceSelected: {{ isInsuranceSelected }}</p>
|
<p style="color: red;">isInsuranceSelected: {{ isInsuranceSelected }}</p>
|
||||||
|
<p style="color: red;">typeof isRecalibrationOnOrder: {{ typeof isRecalibrationOnOrder }}</p>
|
||||||
<p style="color: red;">isRecalibrationOnOrder: {{ isRecalibrationOnOrder }}</p>
|
<p style="color: red;">isRecalibrationOnOrder: {{ isRecalibrationOnOrder }}</p>
|
||||||
|
<p style="color: red;">typeof shouldHideRecalibration: {{ typeof shouldHideRecalibration }}</p>
|
||||||
<p style="color: red;">shouldHideRecalibration: {{ shouldHideRecalibration }}</p>
|
<p style="color: red;">shouldHideRecalibration: {{ shouldHideRecalibration }}</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue