nordigen / nordigen-python

Python library for the Nordigen API.
MIT License
56 stars 18 forks source link

Update institutions.py #25

Open seatedscribe opened 9 months ago

seatedscribe commented 9 months ago

Fixes bug in selecting institution by name.

Related Issue

Searching by substring is not the correct approach since it could return incorrect bank id

Proposed Changes

Additional Info

Test example: get_institution_id_by_name(country="IT", insitution="ING") incorrectly returns another bank

seatedscribe commented 3 months ago

Hello, is there any issue in merging this? Please let me know