-
Notifications
You must be signed in to change notification settings - Fork 3
[PIDM-63] feat(get-ec-by-iban-api): add description field #329
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
Conversation
…le/entity to /ibans/{iban} API response
src/main/java/it/gov/pagopa/apiconfig/core/model/creditorinstitution/CreditorInstitution.java
Outdated
Show resolved
Hide resolved
.idDominio("00168480242") | ||
.enabled(true) | ||
.ragioneSociale("Comune di Bassano del Grappa") | ||
.description("Comune di Bassano del Grappa") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's the difference between ragione sociale
and description
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point because looking at the h2 mock data from the src/resources/h2/data-h2.sql file, ragioneSociale and description are always populated with the same string. It is just a guess but maybe in production the description field would be used in a different and specific way but I don't have the means to check.
…classes extending CreditorInstitution; remove deNullify from description field; change example for description field;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
|
List of Changes
Motivation and Context
This change was required from to have the Creditor Institution description field available in the /ibans/{iban} API response
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: