Skip to content

Commit fd94fcf

Browse files
added banks methods
1 parent 31d6e05 commit fd94fcf

11 files changed

+2510
-734
lines changed

Services/BankStatementProcessor/bankStatementProcessor-HDFC.js

Lines changed: 0 additions & 262 deletions
This file was deleted.

src/BANK.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ const BANK = {
22
BOB: "bob",
33
IOB: "iob",
44
HDFC: "hdfc",
5+
ICICI: "icici",
6+
AXIS: "axis",
7+
PNB: "pnb",
8+
SBI: "sbi",
9+
YES: "yes",
10+
OVERSEASE: "oversease",
11+
512
}
613

714
module.exports = BANK;

0 commit comments

Comments
 (0)