banks-helper 1.1.4 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/banks.ts +1 -2
- package/package.json +1 -1
package/banks.ts
CHANGED
|
@@ -118,7 +118,6 @@ export const banks: IBankLogoItem[] = [
|
|
|
118
118
|
humanName: 'ЭКОНОМБАНК',
|
|
119
119
|
matchedBankNames: [
|
|
120
120
|
'ЭКОНОМБАНК',
|
|
121
|
-
'ЭКОНОМБАНК',
|
|
122
121
|
],
|
|
123
122
|
},
|
|
124
123
|
{
|
|
@@ -153,7 +152,7 @@ export const banks: IBankLogoItem[] = [
|
|
|
153
152
|
'GAZPROMBANK',
|
|
154
153
|
'GAZPROMBANK OJSC',
|
|
155
154
|
'Газпромбанк',
|
|
156
|
-
'
|
|
155
|
+
'GAZPROMBANK (JOINT STOCK COMPANY)',
|
|
157
156
|
],
|
|
158
157
|
},
|
|
159
158
|
{
|