CASH-153: update with new experiment name
This commit is contained in:
parent
7e2f5ae623
commit
456f00653f
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ export default {
|
|||
isPricingByDayExperiment() {
|
||||
return (
|
||||
experimentMixin.methods
|
||||
.getSettingValue(experimentSettings.DISPLAY_PRICING_BY_DAY)
|
||||
.getSettingValue(experimentSettings.PRICING_BY_DAY)
|
||||
?.toLowerCase() === "true"
|
||||
);
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue