Skip to content

Commit

Permalink
[banks] Adds COAS
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo committed Oct 19, 2020
1 parent 12eac21 commit bde30f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/banknames.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@
"CMPX": "Central Madhya Pradesh Gramin Bank",
"CNRB": "Canara Bank",
"CNSX": "Chembur Nagarik Sahakari Bank",
"COAS": "Coastal Local Area Bank",
"COCX": "Co-operative City Bank",
"COLX": "Coastal Local Area Bank",
"COMX": "Co-operative Bank of Mehsana",
Expand Down
1 change: 1 addition & 0 deletions src/node/bank.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ module.exports = Object.freeze({
COMX: 'COMX',
CONX: 'CONX',
CORP: 'CORP',
COAS: 'COAS',
COSB: 'COSB',
CPDX: 'CPDX',
CPSN: 'CPSN',
Expand Down
1 change: 1 addition & 0 deletions src/php/Bank.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ class Bank
const CMPX = 'CMPX';
const CNRB = 'CNRB';
const CNSX = 'CNSX';
const COAS = 'COAS';
const COCX = 'COCX';
const COLX = 'COLX';
const COMX = 'COMX';
Expand Down
1 change: 1 addition & 0 deletions src/ruby/bank.rb
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ module Bank
COMX = :COMX
CONX = :CONX
CORP = :CORP
COAS = :COAS
COSB = :COSB
CPDX = :CPDX
CPSN = :CPSN
Expand Down

0 comments on commit bde30f1

Please sign in to comment.