Skip to content

Commit

Permalink
Merge pull request #194 from razorpay/release/1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Patlola Praveen Kumar Reddy committed Jul 28, 2020
2 parents 5de129f + c831a0f commit f77162d
Show file tree
Hide file tree
Showing 11 changed files with 60 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## UNRELEASED

## 1.5.5

### Changed

- Metadata updates
- New Banks:
- HUCH : Hanamasagar Urban Co-operative Bank
- MDBK : Model Co-operative Bank
- SDTC : Shri D T Patil Co-operative Bank
## 1.5.4

### Changed
Expand Down
2 changes: 1 addition & 1 deletion ifsc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |s|
s.name = 'ifsc'
s.version = '1.5.4'
s.version = '1.5.5'
s.date = '2020-07-08'
s.summary = 'IFSC code database to help you validate IFSC codes'
s.description = 'A simple gem by @razorpay to help you validate your IFSC codes. IFSC codes are bank codes within India'
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule IFSC.Mixfile do
def project do
[
app: :ifsc,
version: "1.5.4",
version: "1.5.5",
elixir: "~> 1.5",
start_permanent: Mix.env == :prod,
description: description(),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ifsc",
"version": "1.5.4",
"version": "1.5.5",
"description": "This is part of the IFSC toolset released by Razorpay. You can find more details about the entire release at [ifsc.razorpay.com](https://ifsc.razorpay.com). Includes only a validation library as of now.",
"main": "src/node/index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/IFSC.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/banknames.json
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@
"HSSX": "Hindustan Shipyard Staff Co-operative Bank",
"HUBX": "Hubli Urban Co-operative Bank",
"HUCB": "Hadagali Urban Co-operative Bank",
"HUCH": "Hanamasagar Urban Co-operative Bank",
"HUCX": "Hissar Urban Co-operative Bank",
"HUTX": "Hutatma Sahakari Bank",
"HVBK": "Woori Bank",
Expand Down Expand Up @@ -711,6 +712,7 @@
"MCOX": "Mahesh Urban Co-operative Bank",
"MCSX": "Mattancherry Sarvajanik Co-operative Bank",
"MCUX": "Mahaveer Co-operative Urban Bank",
"MDBK": "Model Co-operative Bank",
"MDCB": "Mumbai District Central Co-operative Bank",
"MDCX": "Madurai District Central Co-operative Bank",
"MDEX": "Model Co-operative Bank",
Expand Down Expand Up @@ -1059,6 +1061,7 @@
"SDCX": "Sindhudurg District Central Co-operative Bank",
"SDHX": "Solapur Siddheshwar Sahakari Bank",
"SDSX": "Satara District Central Co-operative Bank",
"SDTC": "Shri D T Patil Co-operative Bank",
"SDTX": "Sambalpur District Co-operative Central Bank",
"SDUX": "Sri Sudha Co-operative Bank",
"SEMX": "Secunderabad Mercantile Co-operative Urban Bank",
Expand Down
33 changes: 33 additions & 0 deletions src/banks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4250,6 +4250,17 @@
"ach_debit": false,
"nach_debit": false
},
"HUCH": {
"code": "HUCH",
"type": "O-UCB",
"ifsc": "UTIB0SHUCBL",
"micr": "583858501",
"iin": "508577",
"apbs": false,
"ach_credit": true,
"ach_debit": false,
"nach_debit": false
},
"HUCX": {
"code": "HUCX",
"type": "O-UCB",
Expand Down Expand Up @@ -10575,6 +10586,17 @@
"ach_debit": true,
"nach_debit": false
},
"SDTC": {
"code": "SDTC",
"type": "O-UCB",
"ifsc": "IBKL01340DT",
"micr": "591846202",
"iin": "990324",
"apbs": true,
"ach_credit": true,
"ach_debit": false,
"nach_debit": false
},
"SDTX": {
"code": "SDTX",
"type": "DCCB",
Expand Down Expand Up @@ -11693,6 +11715,17 @@
"nach_debit": false,
"upi": true
},
"SUSB": {
"code": "SUSB",
"type": "O-UCB",
"ifsc": null,
"micr": "591802501",
"iin": "817291",
"apbs": false,
"ach_credit": true,
"ach_debit": false,
"nach_debit": false
},
"SUSX": {
"code": "SUSX",
"type": "O-UCB",
Expand Down
3 changes: 3 additions & 0 deletions src/node/bank.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ module.exports = Object.freeze({
HSSX: 'HSSX',
HUBX: 'HUBX',
HUCB: 'HUCB',
HUCH: 'HUCH',
HUCX: 'HUCX',
HUTX: 'HUTX',
HVBK: 'HVBK',
Expand Down Expand Up @@ -710,6 +711,7 @@ module.exports = Object.freeze({
MCOX: 'MCOX',
MCSX: 'MCSX',
MCUX: 'MCUX',
MDBK: 'MDBK',
MDCB: 'MDCB',
MDCX: 'MDCX',
MDEX: 'MDEX',
Expand Down Expand Up @@ -1058,6 +1060,7 @@ module.exports = Object.freeze({
SDCX: 'SDCX',
SDHX: 'SDHX',
SDSX: 'SDSX',
SDTC: 'SDTC',
SDTX: 'SDTX',
SDUX: 'SDUX',
SEMX: 'SEMX',
Expand Down
3 changes: 3 additions & 0 deletions src/php/Bank.php
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ class Bank
const HSSX = 'HSSX';
const HUBX = 'HUBX';
const HUCB = 'HUCB';
const HUCH = 'HUCH';
const HUCX = 'HUCX';
const HUTX = 'HUTX';
const HVBK = 'HVBK';
Expand Down Expand Up @@ -715,6 +716,7 @@ class Bank
const MCOX = 'MCOX';
const MCSX = 'MCSX';
const MCUX = 'MCUX';
const MDBK = 'MDBK';
const MDCB = 'MDCB';
const MDCX = 'MDCX';
const MDEX = 'MDEX';
Expand Down Expand Up @@ -1063,6 +1065,7 @@ class Bank
const SDCX = 'SDCX';
const SDHX = 'SDHX';
const SDSX = 'SDSX';
const SDTC = 'SDTC';
const SDTX = 'SDTX';
const SDUX = 'SDUX';
const SEMX = 'SEMX';
Expand Down
3 changes: 3 additions & 0 deletions src/ruby/bank.rb
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ module Bank
HSDX = :HSDX
HSSX = :HSSX
HUBX = :HUBX
HUCH = :HUCH
HUCB = :HUCB
HUCX = :HUCX
HUTX = :HUTX
Expand Down Expand Up @@ -714,6 +715,7 @@ module Bank
MCOX = :MCOX
MCSX = :MCSX
MCUX = :MCUX
MDBK = :MDBK
MDCB = :MDCB
MDCX = :MDCX
MDEX = :MDEX
Expand Down Expand Up @@ -1062,6 +1064,7 @@ module Bank
SDCX = :SDCX
SDHX = :SDHX
SDSX = :SDSX
SDTC = :SDTC
SDTX = :SDTX
SDUX = :SDUX
SEMX = :SEMX
Expand Down
2 changes: 2 additions & 0 deletions src/sublet.json
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@
"IBKL01269UB": "URMX",
"IBKL01272PC": "PRCX",
"IBKL01282KB": "KNBX",
"IBKL01340DT": "SDTC",
"IBKL01340JC": "TJBX",
"IBKL01365B1": "BAUX",
"IBKL0140PCC": "TPCX",
Expand Down Expand Up @@ -913,6 +914,7 @@
"UTIB0SHDCCB": "HSDX",
"UTIB0SHSP01": "HOCX",
"UTIB0SHUCBH": "HUCB",
"UTIB0SHUCBL": "HUCH",
"UTIB0SICB25": "ILCB",
"UTIB0SIDB99": "IDUX",
"UTIB0SIPSB1": "ISBX",
Expand Down

0 comments on commit f77162d

Please sign in to comment.