temp fix while i muck with experiment
This commit is contained in:
parent
d7059c9229
commit
0b78592035
1 changed files with 1 additions and 4 deletions
|
|
@ -176,10 +176,7 @@ export default {
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
isPayInAdvanceDisabled() {
|
isPayInAdvanceDisabled() {
|
||||||
const piaExperience = this.getSettingValue(experimentSettings.ISS_DISPLAY_PAY_IN_ADVANCE);
|
return useMainStore().isUnverified;
|
||||||
const isEnabled = piaExperience === 'true';
|
|
||||||
|
|
||||||
return !isEnabled || useMainStore().isUnverified;
|
|
||||||
},
|
},
|
||||||
paymentMethod() {
|
paymentMethod() {
|
||||||
return this.paymentMethodInternalModel;
|
return this.paymentMethodInternalModel;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue