diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index 718a8e47..832e2d9a 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -254,7 +254,8 @@ export default { const { payInAdvanceType } = useMainStore().order.payment; const isPayInAdvance = useMainStore().order.payment.isPayInAdvance - && !!payInAdvanceType; + && !!payInAdvanceType + && !this.isPayInAdvanceDisabled; return isPayInAdvance ? payInAdvanceType