banks-helper 2.1.9 → 2.1.10
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 -0
- package/package.json +1 -1
package/banks.ts
CHANGED
|
@@ -2887,6 +2887,7 @@ export const banks: IBankLogoItem[] = [
|
|
|
2887
2887
|
humanName: 'Амра-банк',
|
|
2888
2888
|
matchedBankNames: [
|
|
2889
2889
|
'AmraBank',
|
|
2890
|
+
'Amra-bank',
|
|
2890
2891
|
],
|
|
2891
2892
|
},
|
|
2892
2893
|
{
|
|
@@ -2908,6 +2909,7 @@ export const banks: IBankLogoItem[] = [
|
|
|
2908
2909
|
humanName: 'Гарант-Банк',
|
|
2909
2910
|
matchedBankNames: [
|
|
2910
2911
|
'GarantBank',
|
|
2912
|
+
'GARANT - bank',
|
|
2911
2913
|
],
|
|
2912
2914
|
},
|
|
2913
2915
|
{
|