forked from Yara724/api
Fix CAR_GREEN_CARD upload error
This commit is contained in:
@@ -6254,11 +6254,6 @@ export class ClaimRequestManagementService {
|
||||
);
|
||||
}
|
||||
if (options?.v3InPersonFlow) {
|
||||
if (body.documentKey === ClaimRequiredDocumentType.CAR_GREEN_CARD) {
|
||||
throw new BadRequestException(
|
||||
"Car green card must be uploaded during other-parts selection, not in the documents step.",
|
||||
);
|
||||
}
|
||||
if (
|
||||
step === ClaimWorkflowStep.UPLOAD_REQUIRED_DOCUMENTS &&
|
||||
isCapturePhaseDamagedPartyDocKey(body.documentKey)
|
||||
|
||||
Reference in New Issue
Block a user