From 0b785920356a50563e5b43bd8b8f7352e66be37b Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Thu, 18 Apr 2024 12:47:19 -0400 Subject: [PATCH] temp fix while i muck with experiment --- src/layouts/payment-method/payment-method.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index 6bf7bb79..20c98221 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -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;