CASH-1550: Afterpaybreakout display fix for glass repair
This commit is contained in:
parent
4170e3e9c7
commit
a5d3cdb197
1 changed files with 1 additions and 1 deletions
|
|
@ -832,7 +832,7 @@ export default {
|
||||||
isRecalPriceRemove() {
|
isRecalPriceRemove() {
|
||||||
return (
|
return (
|
||||||
this.getSettingValue(experimentSettings.RECAL_PRICE_REMOVE)?.toLowerCase() ===
|
this.getSettingValue(experimentSettings.RECAL_PRICE_REMOVE)?.toLowerCase() ===
|
||||||
"true"
|
"true" && this.isRecalibrationOnOrder
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
isAfterpayBreakoutDisplay() {
|
isAfterpayBreakoutDisplay() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue