CASH-1550: IGQ is cash only
This commit is contained in:
parent
7a3bc9cac7
commit
d88ea8a599
1 changed files with 3 additions and 1 deletions
|
|
@ -831,8 +831,10 @@ export default {
|
||||||
},
|
},
|
||||||
isRecalPriceRemove() {
|
isRecalPriceRemove() {
|
||||||
return (
|
return (
|
||||||
|
!this.isInsurance &&
|
||||||
this.getSettingValue(experimentSettings.RECAL_PRICE_REMOVE)?.toLowerCase() ===
|
this.getSettingValue(experimentSettings.RECAL_PRICE_REMOVE)?.toLowerCase() ===
|
||||||
"true" && this.isRecalibrationOnOrder
|
"true" &&
|
||||||
|
this.isRecalibrationOnOrder
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
isAfterpayBreakoutDisplay() {
|
isAfterpayBreakoutDisplay() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue