Skip to content

Commit

Permalink
fixed registration client part changes (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: Sowmya U B <[email protected]>
Co-authored-by: Sowmya U B <[email protected]>
  • Loading branch information
SowmyaGoudar and Sowmya U B committed Sep 23, 2024
1 parent 331051b commit 1cc3540
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ public ResponseDTO handle(RegistrationDTO registrationDTO) {
}

registrationDTO.setRegistrationId(registrationDTO.getAppId());
if(registrationDTO.getFlowType().equals(FlowType.NEW)) {
registrationDTO.addDemographicField("part", "1");
}

Map<String, String> metaInfoMap = new LinkedHashMap<>();
try {
Expand Down

0 comments on commit 1cc3540

Please sign in to comment.