Compare commits
4 Commits
master
...
rupaykcc-m
Author | SHA1 | Date | |
---|---|---|---|
|
4aeefcbd68 | ||
|
f4fca3e059 | ||
|
c59fbfd874 | ||
|
cb54941e40 |
@@ -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";
|
||||
|
Reference in New Issue
Block a user