File tree Expand file tree Collapse file tree 1 file changed +19
-15
lines changed
Expand file tree Collapse file tree 1 file changed +19
-15
lines changed Original file line number Diff line number Diff line change @@ -13,21 +13,25 @@ import (
1313)
1414
1515func getIfscResponse () * IFSCResponse {
16- bytes := []byte (`{"micr":"560226263",
17- "branch":"THE AGS EMPLOYEES COOP BANK LTD",
18- "address":"SANGMESH BIRADAR BANGALORE",
19- "state":"KARNATAKA",
20- "contact":"+91802265658",
21- "upi":true,
22- "rtgs":true,
23- "city":"BANGALORE",
24- "centre":"BANGALORE URBAN",
25- "district":"BANGALORE URBAN",
26- "neft":true,"imps":true,
27- "swift":"HDFCINBB",
28- "bank":"HDFC Bank",
29- "bank_code":"HDFC",
30- "ifsc":"HDFC0CAGSBK"}` )
16+ bytes := []byte (`{
17+ ADDRESS: 'SANGMESH BIRADAR BANGALORE',
18+ BANK: 'HDFC Bank',
19+ BANKCODE: 'HDFC',
20+ BRANCH: 'THE AGS EMPLOYEES COOP BANK LTD',
21+ CENTRE: 'BANGALORE',
22+ CITY: 'BANGALORE URBAN',
23+ CONTACT: '+918022265658',
24+ DISTRICT: 'BANGALORE',
25+ IFSC: 'HDFC0CAGSBK',
26+ IMPS: true,
27+ ISO3166: 'IN-KA',
28+ MICR: '560226263',
29+ NEFT: true,
30+ RTGS: true,
31+ STATE: 'KARNATAKA',
32+ SWIFT: 'HDFCINBB',
33+ UPI: true
34+ }` )
3135 var response IFSCResponse
3236 if err := json .Unmarshal (bytes , & response ); err != nil {
3337 return nil
You can’t perform that action at this time.
0 commit comments