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 4a8ec91 commit 0c1cf2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/patches/ifsc/xnsc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ ifsc:
CONTACT: null
DISTRICT: Mumbai
IMPS: false
MICR: null
MICR: XNSE00001
NEFT: false
RTGS: true
STATE: MAHARASHTRA
ISO3166: IN-MH
SWIFT: null
UPI: false
UPI: false
2 changes: 1 addition & 1 deletion tests/ruby/bank_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
expect(described_class.get_details(:XNSE)).to eq(code: 'XNSE',
type: 'XNSE',
ifsc: 'XNSE0000001',
micr: null,
micr: XNSE00001,
bank_code: null,
)
end
Expand Down

0 comments on commit 0c1cf2e

Please sign in to comment.