Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
PFM-5044
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldevgarg authored Dec 4, 2023
1 parent 2044f9e commit 9086f0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ private String getShortenedUrl(String url) {
private void sendSMSNotification(RequestInfo requestInfo, List<SMSRequest> smsRequests, String billCycle,
String consumerCode, List<DemandDetail> demandDetails) {
UserDetailResponse userDetailResponse = userService.getUserByRoleCodes(requestInfo, Arrays.asList("GP_ADMIN"),
"pb");
requestInfo.getUserInfo().getTenantId().substring(0,2));
for (OwnerInfo ownerInfo : userDetailResponse.getUser()) {
String localizationMessage = util.getLocalizationMessages(ownerInfo.getTenantId(), requestInfo);
String messageString = util.getMessageTemplate(WSCalculationConstant.mGram_Consumer_NewBill,
Expand Down

0 comments on commit 9086f0a

Please sign in to comment.