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() {
|
||||
const piaExperience = this.getSettingValue(experimentSettings.ISS_DISPLAY_PAY_IN_ADVANCE);
|
||||
const isEnabled = piaExperience === 'true';
|
||||
|
||||
return !isEnabled || useMainStore().isUnverified;
|
||||
return useMainStore().isUnverified;
|
||||
},
|
||||
paymentMethod() {
|
||||
return this.paymentMethodInternalModel;
|
||||
|
|
|
|||
Loading…
Reference in a new issue