-
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
Changes from 4 commits
6ab1e4a
11499c4
4574b6c
499c263
7924346
33f20d2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -214,6 +214,7 @@ public static Pa getMockPa() { | |
.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 commentThe reason will be displayed to describe this comment to others. Learn more. what's the difference between There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. |
||
.cbill("56I10") | ||
.capDomicilioFiscale("00111") | ||
.pagamentoPressoPsp(true) | ||
|
Uh oh!
There was an error while loading. Please reload this page.