Subversion Repositories SmartDukaan

Rev

Rev 13425 | Rev 13433 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13425 Rev 13429
Line 43... Line 43...
43
    @SuppressWarnings("serial")
43
    @SuppressWarnings("serial")
44
	public static final Map<String, String> NET_BANKING_CODES_MAP = Collections.unmodifiableMap(
44
	public static final Map<String, String> NET_BANKING_CODES_MAP = Collections.unmodifiableMap(
45
    		new HashMap<String, String>(){
45
    		new HashMap<String, String>(){
46
	    		{
46
	    		{
47
	    			put("1004","AXIB");
47
	    			put("1004","AXIB");
48
	    			put("1127","CITNB");
-
 
49
	    			put("1135","CRPB");
48
	    			put("1135","CRPB");
50
	    			put("1029","FEDB");
49
	    			put("1029","FEDB");
51
	    			put("1007","HDFB");
50
	    			put("1007","HDFB");
52
	    			put("1016","ICIB");
51
	    			//put("1016","ICIB");
-
 
52
	    			//put("1032","SBIB");
-
 
53
	    			//put("1034","SBHB");
-
 
54
	    			//put("1038","SBMB");
-
 
55
	    			//put("1039","SBTB");
-
 
56
	    			//put("1127","CITNB");
-
 
57
    				//Oriental Bank of Commerce
-
 
58
	    			//put("1154","");
53
	    			put("1147","CBIB");
59
	    			put("1147","CBIB");
54
	    			put("1146","YESB");
60
	    			put("1146","YESB");
55
	    			put("1214","BOIB");
61
	    			put("1214","BOIB");
56
	    			put("1215","CUBB");
62
	    			put("1215","CUBB");
57
	    			put("1216","UNIB");
63
	    			put("1216","UNIB");
58
	    			put("1224","CABB");
64
	    			put("1224","CABB");
59
/*	    			put("1154","");
-
 
60
	    			put("1210","");
65
	    			put("1210","INGB");
61
	    			put("1148","");
66
	    			put("1148","162B");
62
	    			put("1273","");*/
67
	    			put("1273","DLSB");
63
	    			put("1015","JAKB");
68
	    			put("1015","JAKB");
64
	    			put("1133","KRKB");
69
	    			put("1133","KRKB");
65
	    			put("1032","SBIB");
-
 
66
	    			put("1034","SBHB");
-
 
67
	    			put("1038","SBMB");
-
 
68
	    			put("1039","SBTB");
-
 
69
	    			put("1143","INDB");
70
	    			put("1143","INDB");
70
	    			put("1212","UBIB");
71
	    			put("1212","UBIB");
71
	    			put("1213","INOB");
72
	    			put("1213","INOB");
72
	    			put("1229","BOMB");
73
	    			put("1229","BOMB");
-
 
74
	    			put("1601","CSBN");
-
 
75
	    			put("1602","DCBB");
-
 
76
	    			put("1603","DSHB");
-
 
77
	    			put("1604","IDBB");
-
 
78
	    			put("1605","INIB");
-
 
79
	    			put("1606","KRVB");
-
 
80
	    			put("1607","PNBB");
-
 
81
	    			put("1608","SOIB");
-
 
82
	    			put("1609","SRSWT");
-
 
83
	    			put("1610","VJYB");	    			
73
	    		}
84
	    		}
74
    		});
85
    		});
75
    
86
    
76
    static Map<Long, String> providersMap;
87
    static Map<Long, String> providersMap;
77
    static Map<Long, String> mobileProvidersMap;
88
    static Map<Long, String> mobileProvidersMap;