banks-helper 2.2.10 → 2.2.11
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 +3 -2
- package/package.json +1 -1
package/banks.ts
CHANGED
|
@@ -3093,7 +3093,7 @@ export const banks: IBankLogoItem[] = [
|
|
|
3093
3093
|
},
|
|
3094
3094
|
{
|
|
3095
3095
|
fileName: 'megapay.svg',
|
|
3096
|
-
humanName: '
|
|
3096
|
+
humanName: 'MegaPay',
|
|
3097
3097
|
matchedBankNames: [
|
|
3098
3098
|
'megapay',
|
|
3099
3099
|
'mega pay',
|
|
@@ -3101,10 +3101,11 @@ export const banks: IBankLogoItem[] = [
|
|
|
3101
3101
|
},
|
|
3102
3102
|
{
|
|
3103
3103
|
fileName: 'odengi.svg',
|
|
3104
|
-
humanName: '
|
|
3104
|
+
humanName: 'O!Dengi',
|
|
3105
3105
|
matchedBankNames: [
|
|
3106
3106
|
'оденьги',
|
|
3107
3107
|
'odengi',
|
|
3108
|
+
'О!Деньги',
|
|
3108
3109
|
],
|
|
3109
3110
|
},
|
|
3110
3111
|
];
|