We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4141453 commit 8ccd9a6Copy full SHA for 8ccd9a6
vehicles/src/modules/permit-application-payment/payment/payment.service.ts
@@ -343,7 +343,7 @@ export class PaymentService {
343
application.permitData.permitData,
344
) as PermitData;
345
// If application includes LoAs then validate Loa data.
346
- if (permitData.loas) {
+ if (permitData.loas && !isVoidorRevoked(application.permitStatus)) {
347
await isValidLoa(application, queryRunner, this.classMapper);
348
}
349
0 commit comments