CSR-2179: update conditions to show PIA on payment method
This commit is contained in:
parent
19c6c71cbc
commit
ff4533cd43
1 changed files with 1 additions and 1 deletions
|
|
@ -666,7 +666,7 @@ export default {
|
|||
return true;
|
||||
}
|
||||
} else {
|
||||
if (this.isPiaEnabled && this.totalAmountDue > 0 && !this.isRecalibrationOnOrder) {
|
||||
if (this.isPiaEnabled && this.totalAmountDue > 0 && !this.shouldHideRecalibration) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue