Compare commits

4 Commits

Author SHA1 Message Date
Samrat Sohel
4aeefcbd68 Bankura | birbhum | hOwrah has been migrated to Nabard application 2025-09-03 17:25:35 +05:30
Samrat Sohel
f4fca3e059 theree banks like -Jalpaiguri,14-RAIGANJ, 12-N.D.C.C.B added successfully 2025-08-21 11:38:31 +05:30
Samrat Sohel
c59fbfd874 VIDYASAGAR CENTRAL CO-OPERATIVE BANK LTD added to nabard 2025-08-14 12:37:00 +05:30
Samrat Sohel
cb54941e40 added new three branch 1,4,7 for migration 2025-08-07 16:52:54 +05:30

View File

@@ -34,7 +34,9 @@ public class RequestResponse {
// String urlFromDatabase = "https://IPKS.cedgeapiservices.in/IPKSTRAN";
String urlFromDatabase = "";
String bc = new JSONObject(jsonInputString).getString("bankcode");
if (bc.equals("0005") || bc.equals("0021") || bc.equals("0016") || bc.equals("0018")) {
if (bc.equals("0005") || bc.equals("0021") || bc.equals("0016") || bc.equals("0018") || bc.equals("0001")
|| bc.equals("0004") || bc.equals("0007") || bc.equals("0020") || bc.equals("0006") || bc.equals("0009")
|| bc.equals("0014") || bc.equals("0003") || bc.equals("0012") || bc.equals("0013")) {
urlFromDatabase = "https://NABARDIPKS.cedgeapiservices.in/IPKSTRAN";
} else {
urlFromDatabase = "https://UCBIPKS.cedgeapiservices.in/IPKSTRAN";