Skip to content

Commit 61c13a1

Browse files
IDENTITY_BASE_URL fix
1 parent 1eaeab7 commit 61c13a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/iemr/common/service/beneficiary/IdentityBeneficiaryServiceImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public List<BeneficiariesDTO> getBeneficiaryListByIDs(HashSet benIdList, String
7979
header.put("Authorization", auth);
8080
}
8181

82+
8283
result = httpUtils.post(ConfigProperties.getPropertyByName("identity-api-url-getByBenRegIdList").replace(
8384
IDENTITY_BASE_URL, (is1097 ? identity1097BaseURL : "https://amritdemo.piramalswasthya.org")), benIdList.toString(), header);
8485
OutputResponse identityResponse = inputMapper.gson().fromJson(result, OutputResponse.class);

0 commit comments

Comments
 (0)