Skip to content

Commit c598b5b

Browse files
committed
Skift alle oe til ø
1 parent d477d90 commit c598b5b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/main/kotlin/no/nav/hjelpemidler/Application.kt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ fun main() {
7676
return@post
7777
}
7878

79-
if (ordrelinje!!.serviceforespoerseltype != "Vedtak Infotrygd") {
79+
if (ordrelinje!!.serviceforespørseltype != "Vedtak Infotrygd") {
8080
logg.info(
81-
"Mottok melding fra oebs med sf-type ${ordrelinje.serviceforespoerseltype} og sf-status ${ordrelinje.serviceforespoerselstatus}. " +
81+
"Mottok melding fra oebs med sf-type ${ordrelinje.serviceforespørseltype} og sf-status ${ordrelinje.serviceforespørselstatus}. " +
8282
"Avbryter prosesseringen og returnerer"
8383
)
8484
call.respond(HttpStatusCode.OK)
@@ -133,17 +133,17 @@ data class Statusinfo(
133133
@Json(name = "System")
134134
val mottakendeSystem: String,
135135
@Json(name = "IncidentNummer")
136-
val serviceforespoersel: Int,
136+
val serviceforespørsel: Int,
137137
@Json(name = "IncidentStatus")
138-
val serviceforespoerselstatus: String,
138+
val serviceforespørselstatus: String,
139139
@Json(name = "IncidentType")
140-
val serviceforespoerseltype: String,
140+
val serviceforespørseltype: String,
141141
@Json(name = "IncidentSoknadType")
142-
val soeknadstype: String,
142+
val knadstype: String,
143143
@Json(name = "IncidentVedtakDato")
144144
val vedtaksdato: String,
145145
@Json(name = "IncidentSoknad")
146-
val soeknad: String,
146+
val knad: String,
147147
@Json(name = "IncidentResultat")
148148
val resultat: String,
149149
@Json(name = "IncidentRef")

0 commit comments

Comments
 (0)