Skip to content

Commit

Permalink
Added a bunch of card prefixes (PR #39)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbsody authored and linda-rian committed Feb 25, 2016
1 parent a9fe27b commit 459c358
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
11 changes: 11 additions & 0 deletions banks/ru/gazprombank.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "gazprombank",
"prefixes": [
677585
],
"country": "ru",
"localTitle": "Газпромбанк",
"engTitle": "Gazprombank",
"url": "http://gazprombank.ru/",
"color": "#00448b"
}
1 change: 1 addition & 0 deletions banks/ru/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = [
require('./alfabank'),
require('./citibank'),
require('./gazprombank'),
require('./mdm'),
require('./raiffeisen'),
require('./rocketbank'),
Expand Down
12 changes: 10 additions & 2 deletions banks/ru/sberbank.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@
"name": "sberbank",
"prefixes": [
427683,
63900,
639002,
67758,
427901,
54693,
427644,
427601,
427631,
42765
42765,
427466,
427467,
427468,
427469,
427470,
427472,
427475,
427477
],
"country": "ru",
"localTitle": "Сбербанк" ,
Expand Down

0 comments on commit 459c358

Please sign in to comment.