Skip to content

Commit

Permalink
Adds new banks: SVMC, MLCG
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo committed Apr 8, 2020
1 parent 24858b8 commit 9eac189
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/banknames.json
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@
"MKPB": "Malkapur Urban Co-operative Bank",
"MKUX": "Malkapur Urban Co-operative Bank",
"MKYX": "Marketyard Commercial Co-operativebank",
"MLCG": "Merchants Liberal Co-operative Bank",
"MLDX": "Malda District Central Co-operative Bank",
"MMCX": "Mattancherry Mahajanik Co-operative Urban Bank",
"MMMX": "Mahila Nagrik Sahakari Bank Maryadit Mahasamund",
Expand Down Expand Up @@ -1175,6 +1176,7 @@
"SVCB": "Shamrao Vithal Co-operative Bank",
"SVCX": "Sarvodaya Commerical Co-operative Bank",
"SVGX": "Sivagangai District Central Co-operative Bank",
"SVMC": "Shri Vijay Mahantesh Co-operative Bank",
"SVNX": "Shivaji Nagari Sahakari Bank",
"SVOX": "Sarvodaya Sahakari Bank",
"SVRX": "Shree Vardhaman Sahakari Bank",
Expand Down
2 changes: 2 additions & 0 deletions src/node/bank.js
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,7 @@ module.exports = Object.freeze({
MKPB: 'MKPB',
MKUX: 'MKUX',
MKYX: 'MKYX',
MLCG: 'MLCG',
MLDX: 'MLDX',
MMCX: 'MMCX',
MMMX: 'MMMX',
Expand Down Expand Up @@ -1174,6 +1175,7 @@ module.exports = Object.freeze({
SVCB: 'SVCB',
SVCX: 'SVCX',
SVGX: 'SVGX',
SVMC: 'SVMC',
SVNX: 'SVNX',
SVOX: 'SVOX',
SVRX: 'SVRX',
Expand Down
2 changes: 2 additions & 0 deletions src/php/Bank.php
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,7 @@ class Bank
const MKPB = 'MKPB';
const MKUX = 'MKUX';
const MKYX = 'MKYX';
const MLCG = 'MLCG';
const MLDX = 'MLDX';
const MMCX = 'MMCX';
const MMMX = 'MMMX';
Expand Down Expand Up @@ -1179,6 +1180,7 @@ class Bank
const SVCB = 'SVCB';
const SVCX = 'SVCX';
const SVGX = 'SVGX';
const SVMC = 'SVMC';
const SVNX = 'SVNX';
const SVOX = 'SVOX';
const SVRX = 'SVRX';
Expand Down
2 changes: 2 additions & 0 deletions src/ruby/bank.rb
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,7 @@ module Bank
MKPB = :MKPB
MKUX = :MKUX
MKYX = :MKYX
MLCG = :MLCG
MLDX = :MLDX
MMCX = :MMCX
MMMX = :MMMX
Expand Down Expand Up @@ -1178,6 +1179,7 @@ module Bank
SVCB = :SVCB
SVCX = :SVCX
SVGX = :SVGX
SVMC = :SVMC
SVNX = :SVNX
SVOX = :SVOX
SVRX = :SVRX
Expand Down

0 comments on commit 9eac189

Please sign in to comment.