-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: Change APIM product #8
Conversation
…ted openapi and integration tests
description = "Fiscal code related to the organization targeted by this transfer.", | ||
example = "00000000000") |
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.
[google-java-format] reported by reviewdog 🐶
description = "Fiscal code related to the organization targeted by this transfer.", | |
example = "00000000000") | |
description = "Fiscal code related to the organization targeted by this transfer.", | |
example = "00000000000") |
@@ -59,6 +59,7 @@ void buildMbdPaymentOptionTestSuccess() throws Exception { | |||
assertNotNull(paymentOption.getDueDate()); | |||
assertNotNull(paymentOption.getRetentionDate()); | |||
assertFalse(paymentOption.getIsPartialPayment()); | |||
assertEquals(request.getProperties().getCiFiscalCode(), paymentOption.getOrganizationFiscalCode()); |
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.
[google-java-format] reported by reviewdog 🐶
assertEquals(request.getProperties().getCiFiscalCode(), paymentOption.getOrganizationFiscalCode()); | |
assertEquals( | |
request.getProperties().getCiFiscalCode(), paymentOption.getOrganizationFiscalCode()); |
Quality Gate passedIssues Measures |
List of Changes
organizationFiscalCode
field topaymentOption
modelMotivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: