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

update dto's to/from afp-beholdninger-api #91

Merged

Conversation

antonfofanov
Copy link
Collaborator

No description provided.

@antonfofanov antonfofanov requested a review from a team as a code owner February 7, 2024 14:43
@@ -3,4 +3,4 @@ package no.nav.tjenestepensjon.simulering.model.domain.popp
import com.fasterxml.jackson.annotation.JsonIgnoreProperties

@JsonIgnoreProperties(ignoreUnknown = true)
data class SimulerAFPBeholdningGrunnlagResponse(val personId: String, val afpGrunnlagBeholdninger: List<AFPGrunnlagBeholdningPeriode>)
data class SimulerAFPBeholdningGrunnlagResponse(val pensjonsBeholdningsPeriodeListe: List<AFPGrunnlagBeholdningPeriode>)
Copy link
Contributor

Choose a reason for hiding this comment

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

Denne burde kanskje ha en

@JsonProperty("pensjonsBeholdningsPeriodeListe") val afpGrunnlagBeholdninger: ...

så man hadde unngått endringer i interne Service-klasser når en ekstern avhengighet endres.
Men ikke viktig, så la det være som det er.

@antonfofanov antonfofanov merged commit 31ced4c into main Feb 7, 2024
2 checks passed
@antonfofanov antonfofanov deleted the update-request-response-after-afp-beholdninger-api-change branch February 7, 2024 15:32
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.

2 participants