temp fix while i muck with experiment

This commit is contained in:
Bill Richardson 2024-04-18 12:47:19 -04:00
parent d7059c9229
commit 0b78592035

View file

@ -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;