Skip to content

Commit

Permalink
B - Faser bort alle kall mot pesys
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Jun 3, 2024
1 parent 73b9594 commit 0556be9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ class PensjonsinformasjonService(private val pensjonsinformasjonClient: Pensjons
//Nå er vi dypt inne i prefill SED også sjekker vi om vi får hentet ut noe Pensjonsinformasjon
//hvis det inne inneholder noe data så feiler vi!
//**********************************************
logger.info("Hent pensjonInformasjon $environment")

val pendata = if( environment in listOf("test", "q1")) {
logger.debug("Henter ikke vedtak i q1")
return Pensjonsinformasjon()
Expand Down

0 comments on commit 0556be9

Please sign in to comment.