Skip to content

Commit

Permalink
Change the module code to WS.tenantId which the paygov will configure.
Browse files Browse the repository at this point in the history
  • Loading branch information
debasishchakraborty-egovt committed Jun 20, 2023
1 parent 2633e66 commit 58fb1b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ private String getModuleCode(Transaction transaction) {
}*/
//moduleCode ="DWSS08";
String tenantId = transaction.getTenantId().split("\\.")[1];
//moduleCode = "WS".concat(tenantId);
moduleCode ="DWSS08";
//moduleCode ="DWSS08"
moduleCode = "WS".concat(tenantId);

}
return moduleCode;
Expand Down

0 comments on commit 58fb1b9

Please sign in to comment.