CSR-2179: update conditions to show PIA on payment method

This commit is contained in:
Adam Caouette 2024-09-17 13:44:36 -04:00
parent 19c6c71cbc
commit ff4533cd43

View file

@ -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;
}
}