Skip to content

Commit

Permalink
MOSIP-28598 Handled prereg issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohandey committed Aug 8, 2023
1 parent 64162b8 commit 4b144ae
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"response": {
"preRegistrationId": "$IGNORE$",
"createdDateTime": "$IGNORE$",
"statusCode": "Application_Incomplete",
"langCode": "{{langCode}}",
"statusCode": "{{statusCode}}",
"langCode": "$IGNORE$",
"demographicDetails": {
"identity": {
"IDSchemaVersion": $IGNORE$,
"IDSchemaVersion": "$IGNORE$",
"fullName": [
{
"language": "$1STLANG$",
"language": "$IGNORE$",
"value": "$IGNORE$"
},
{
"language": "$2NDLANG$",
"language": "$IGNORE$",
"value": "$IGNORE$"
}
],
Expand Down

0 comments on commit 4b144ae

Please sign in to comment.