Actually key into experiment setting
This commit is contained in:
parent
09fe81402b
commit
75b47e2ebd
1 changed files with 1 additions and 4 deletions
|
|
@ -353,11 +353,8 @@ export default {
|
||||||
isPiaDisabled() {
|
isPiaDisabled() {
|
||||||
const piaExperience =
|
const piaExperience =
|
||||||
this.getSettingValue(experimentSettings.PIA_EXPERIENCE) === "PIA Optional";
|
this.getSettingValue(experimentSettings.PIA_EXPERIENCE) === "PIA Optional";
|
||||||
const enablePIA =
|
|
||||||
this.getSettingValue(experimentSettings.SUBMIT_ORDER_ENABLE_PIA) === "true";
|
|
||||||
|
|
||||||
return false;
|
return !piaExperience;
|
||||||
//return !(piaExperience && enablePIA);
|
|
||||||
},
|
},
|
||||||
paymentMethod() {
|
paymentMethod() {
|
||||||
if (this.isPiaDisabled) {
|
if (this.isPiaDisabled) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue