Subversion Repositories SmartDukaan

Rev

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

Rev 13425 Rev 13432
Line 60... Line 60...
60
    @SuppressWarnings("serial")
60
    @SuppressWarnings("serial")
61
	public static final Map<String, String> NET_BANKING_CODES_MAP = Collections.unmodifiableMap(
61
	public static final Map<String, String> NET_BANKING_CODES_MAP = Collections.unmodifiableMap(
62
    		new HashMap<String, String>(){
62
    		new HashMap<String, String>(){
63
	    		{
63
	    		{
64
	    			put("1004","AXIB");
64
	    			put("1004","AXIB");
65
	    			put("1127","CITNB");
-
 
66
	    			put("1135","CRPB");
65
	    			put("1135","CRPB");
67
	    			put("1029","FEDB");
66
	    			put("1029","FEDB");
68
	    			put("1007","HDFB");
67
	    			put("1007","HDFB");
69
	    			put("1016","ICIB");
68
	    			put("1016","ICIB");
-
 
69
	    			put("1032","SBIB");
-
 
70
	    			put("1034","SBHB");
-
 
71
	    			put("1038","SBMB");
-
 
72
	    			put("1039","SBTB");
-
 
73
	    			put("1127","CITNB");
-
 
74
    				//Oriental Bank of Commerce
-
 
75
	    			//put("1154","");
70
	    			put("1147","CBIB");
76
	    			put("1147","CBIB");
71
	    			put("1146","YESB");
77
	    			put("1146","YESB");
72
	    			put("1214","BOIB");
78
	    			put("1214","BOIB");
73
	    			put("1215","CUBB");
79
	    			put("1215","CUBB");
74
	    			put("1216","UNIB");
80
	    			put("1216","UNIB");
75
	    			put("1224","CABB");
81
	    			put("1224","CABB");
76
	    			/*put("1154","");
-
 
77
	    			put("1210","");
82
	    			put("1210","INGB");
78
	    			put("1148","");
83
	    			put("1148","162B");
79
	    			put("1273","");*/
84
	    			put("1273","DLSB");
80
	    			put("1015","JAKB");
85
	    			put("1015","JAKB");
81
	    			put("1133","KRKB");
86
	    			put("1133","KRKB");
82
	    			put("1032","SBIB");
-
 
83
	    			put("1034","SBHB");
-
 
84
	    			put("1038","SBMB");
-
 
85
	    			put("1039","SBTB");
-
 
86
	    			put("1143","INDB");
87
	    			put("1143","INDB");
87
	    			put("1212","UBIB");
88
	    			put("1212","UBIB");
88
	    			put("1213","INOB");
89
	    			put("1213","INOB");
89
	    			put("1229","BOMB");
90
	    			put("1229","BOMB");
-
 
91
	    			put("1601","CSBN");
-
 
92
	    			put("1602","DCBB");
-
 
93
	    			put("1603","DSHB");
-
 
94
	    			put("1604","IDBB");
-
 
95
	    			put("1605","INIB");
-
 
96
	    			put("1606","KRVB");
-
 
97
	    			put("1607","PNBB");
-
 
98
	    			put("1608","SOIB");
-
 
99
	    			put("1609","SRSWT");
-
 
100
	    			put("1610","VJYB");
90
	    		}
101
	    		}
91
    		});
102
    		});
92
	public static final Map<String, String> FACET_LABEL_MAP = Collections.unmodifiableMap(
103
	public static final Map<String, String> FACET_LABEL_MAP = Collections.unmodifiableMap(
93
			new HashMap<String, String>(){
104
			new HashMap<String, String>(){
94
				/**
105
				/**