SSR-1485 Fix Non PIA navigating to payment-page
This commit is contained in:
parent
b0bc8c8219
commit
813898e8e5
1 changed files with 2 additions and 1 deletions
|
|
@ -254,7 +254,8 @@ export default {
|
||||||
const { payInAdvanceType } = useMainStore().order.payment;
|
const { payInAdvanceType } = useMainStore().order.payment;
|
||||||
const isPayInAdvance =
|
const isPayInAdvance =
|
||||||
useMainStore().order.payment.isPayInAdvance
|
useMainStore().order.payment.isPayInAdvance
|
||||||
&& !!payInAdvanceType;
|
&& !!payInAdvanceType
|
||||||
|
&& !this.isPayInAdvanceDisabled;
|
||||||
|
|
||||||
return isPayInAdvance
|
return isPayInAdvance
|
||||||
? payInAdvanceType
|
? payInAdvanceType
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue