banks-helper 2.2.22 → 2.2.24
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 +2 -1
- package/package.json +1 -1
package/banks.ts
CHANGED
|
@@ -1269,9 +1269,10 @@ export const banks: IBankLogoItem[] = [
|
|
|
1269
1269
|
},
|
|
1270
1270
|
{
|
|
1271
1271
|
fileName: 'ozonbank.svg',
|
|
1272
|
-
humanName: '
|
|
1272
|
+
humanName: 'Озон Банк (Ozon)',
|
|
1273
1273
|
matchedBankNames: [
|
|
1274
1274
|
'ОЗОН БАНК',
|
|
1275
|
+
'OZON BANK',
|
|
1275
1276
|
'Limited Liability Company OZON Bank',
|
|
1276
1277
|
'LLC OZON Bank',
|
|
1277
1278
|
],
|