Skip to content

Commit

Permalink
Metadata Updates (1.4.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
captn3m0 committed Nov 7, 2019
1 parent ae1e02a commit 2547e9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/IFSC.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/banknames.json
Original file line number Diff line number Diff line change
Expand Up @@ -927,6 +927,7 @@
"PUNB": "Punjab National Bank",
"PUNX": "Pune Urban Co-operative Bank",
"PURX": "Purvanchal Gramin Bank",
"PUSD": "Pusad Urban Cooperative Bank",
"PUSX": "Purasawalkam Co-operative Bank",
"PUUX": "Puri Urban Co-operative Bank",
"PVAX": "Pavana Sahakari Bank",
Expand Down
1 change: 1 addition & 0 deletions src/php/Bank.php
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,7 @@ class Bank
const PUNB = 'PUNB';
const PUNX = 'PUNX';
const PURX = 'PURX';
const PUSD = 'PUSD';
const PUSX = 'PUSX';
const PUUX = 'PUUX';
const PVAX = 'PVAX';
Expand Down
1 change: 1 addition & 0 deletions src/ruby/bank.rb
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,7 @@ module Bank
PUNB = :PUNB
PUNX = :PUNX
PURX = :PURX
PUSD = :PUSD
PUSX = :PUSX
PUUX = :PUUX
PVAX = :PVAX
Expand Down

0 comments on commit 2547e9a

Please sign in to comment.