commit
d3c0c07b45
1 changed files with 9 additions and 2 deletions
|
|
@ -643,9 +643,16 @@ export default {
|
|||
}
|
||||
},
|
||||
showPaymentMethodQuestions() {
|
||||
if (this.isPiaEnabled && this.totalAmountDue > 0 && !this.hasRecal) {
|
||||
return true;
|
||||
if (this.isInsurance) {
|
||||
if (this.isPiaEnabled && this.totalAmountDue > 0) {
|
||||
return true;
|
||||
}
|
||||
} else {
|
||||
if (this.isPiaEnabled && this.totalAmountDue > 0 && !this.hasRecal) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
},
|
||||
totalAmountDue() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue