Skip to content

Commit

Permalink
XNSE ifsc added
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyankaMarbill committed Nov 6, 2024
1 parent bd36a1a commit f431ea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/node/client_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ ifsc.fetchDetails('HDFC0CAGSBK')
ifsc
.fetchDetails('XNSE0000001')
.then(function(res) {
assert.equal('EXCHANGE PLAZA,PLOT NO C/1, G BLOCK,BANDRA-KURLA COMPLEX,BANDRA (E), MUMBAI 400051',res['ADDRESS'])
assert.equal('NSE Clearing Limited',res['BANK'])
assert.equal('XNSE',res['BANKCODE'])
assert.equal('MUMBAI',res['BRANCH'])
Expand Down

0 comments on commit f431ea6

Please sign in to comment.