banks-helper 2.2.15 → 2.2.16
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
CHANGED
|
@@ -2557,13 +2557,20 @@ export const banks: IBankLogoItem[] = [
|
|
|
2557
2557
|
],
|
|
2558
2558
|
},
|
|
2559
2559
|
{
|
|
2560
|
-
|
|
2560
|
+
// https://www.kapitalbank.az/
|
|
2561
|
+
fileName: 'kapitalbank_az.svg',
|
|
2561
2562
|
humanName: 'KapitalBank',
|
|
2562
2563
|
matchedBankNames: [
|
|
2563
2564
|
'KAPITAL BANK',
|
|
2564
2565
|
'KAPITAL BANK JSB',
|
|
2565
2566
|
],
|
|
2566
2567
|
},
|
|
2568
|
+
{
|
|
2569
|
+
// https://www.kapitalbank.uz/
|
|
2570
|
+
fileName: 'kapitalbank_uz.svg',
|
|
2571
|
+
humanName: 'KAPITALBANK',
|
|
2572
|
+
matchedBankNames: [],
|
|
2573
|
+
},
|
|
2567
2574
|
{
|
|
2568
2575
|
fileName: 'unibank.svg',
|
|
2569
2576
|
humanName: 'Unibank',
|
package/package.json
CHANGED
|
File without changes
|