banks-helper 2.2.17 → 2.2.19
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 +8 -1
- package/logos/yoomoney.svg +3 -0
- package/package.json +1 -1
package/banks.ts
CHANGED
|
@@ -1268,7 +1268,7 @@ export const banks: IBankLogoItem[] = [
|
|
|
1268
1268
|
},
|
|
1269
1269
|
{
|
|
1270
1270
|
fileName: 'ozonbank.svg',
|
|
1271
|
-
humanName: '
|
|
1271
|
+
humanName: 'OZON BANK',
|
|
1272
1272
|
matchedBankNames: [
|
|
1273
1273
|
'ОЗОН БАНК',
|
|
1274
1274
|
'Limited Liability Company OZON Bank',
|
|
@@ -3145,4 +3145,11 @@ export const banks: IBankLogoItem[] = [
|
|
|
3145
3145
|
humanName: 'DostBank',
|
|
3146
3146
|
matchedBankNames: [],
|
|
3147
3147
|
},
|
|
3148
|
+
{
|
|
3149
|
+
fileName: 'yoomoney.svg',
|
|
3150
|
+
humanName: 'YooMoney',
|
|
3151
|
+
matchedBankNames: [
|
|
3152
|
+
'YOOMONEY, NBCO LLC',
|
|
3153
|
+
],
|
|
3154
|
+
},
|
|
3148
3155
|
];
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56.3 56.3">
|
|
2
|
+
<path fill="#702ff4" d="M36.3 8.15c-11.05 0-20 8.95-20 20s8.95 20 20 20 20-8.95 20-20-8.95-20-20-20Zm0 27.3c-4 0-7.4-3.4-7.4-7.4s3.4-7.5 7.4-7.5 7.5 3.4 7.5 7.5c-.11 4.08-3.42 7.35-7.5 7.4Zm-20.1-21.6v29.1h-7L0 13.85h16.2Z"/>
|
|
3
|
+
</svg>
|