Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Italian banks to the registry #213

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Ahmad-cercli
Copy link

I added the Italian banks that were mentioned in issue #138

The banks that were added:
ICRAITRRF90
BLPIIT21
INGBITMM

@@ -39,6 +39,14 @@
"primary": true,
"short_name": "INTESA SANPAOLO"
},
{
"bank_code": "3165",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Italian bank code is in the scope of this registry always 5 digits long and has to be filled with leading zeros otherwise.

@@ -39,6 +39,14 @@
"primary": true,
"short_name": "INTESA SANPAOLO"
},
{
"bank_code": "3165",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"bank_code": "3165",
"bank_code": "03165",

@@ -80,6 +88,14 @@
"primary": true,
"short_name": "BANCA WIDIBA"
},
{
"bank_code": "3475",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"bank_code": "3475",
"bank_code": "03475",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants