Skip to content

Commit

Permalink
Merge pull request #428 from egovernments/ModuleNameChange
Browse files Browse the repository at this point in the history
Change the module code to WS.tenantId which the paygov will configure.
  • Loading branch information
egov-arindam authored Jun 20, 2023
2 parents 2633e66 + 58fb1b9 commit fc4d901
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 fc4d901

Please sign in to comment.