Skip to content

Commit

Permalink
Merge pull request #1694 from nandhu-kumar/develop
Browse files Browse the repository at this point in the history
MOSIP-36485 | removed duplicate line as this is handled in that particular module
  • Loading branch information
mohanachandran-s authored Dec 5, 2024
2 parents 4ae383f + 0d5f2ef commit a03c89f
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,7 @@ public String constractBioIdentityRequest(String identityRequest, String bioValu
String transactionId = JsonPrecondtion.getValueFromJson(data, GlobalConstants.TRANSACTIONID);
String encryptedContent = encryptIsoBioValue(bioValue, timestamp, bioValueencryptionTemplateJson,
transactionId, isInternal);
String encryptedBioValue = JsonPrecondtion.getValueFromJson(encryptedContent, "encryptedData");



identityRequest = JsonPrecondtion.parseAndReturnJsonContent(identityRequest, BaseTestCase.ApplnURI,
biometricsMapper + ".data.domainUri");


String encryptedBioValue = JsonPrecondtion.getValueFromJson(encryptedContent, "encryptedData");

logger.info(identityRequest);
String encryptedSessionKey = JsonPrecondtion.getValueFromJson(encryptedContent, "encryptedSessionKey");
Expand Down

0 comments on commit a03c89f

Please sign in to comment.