Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #18 from antoinepairet/b12/sis-isi
Browse files Browse the repository at this point in the history
SISREADING was used with isiCardNumber. Use ISIREADING now.
  • Loading branch information
phil1618 authored Jan 24, 2019
2 parents b298304 + e8879cd commit 1ae7ba1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ class TherLinkServiceImpl(private val stsService: STSService) : TherLinkService
BeIDCredential.getInstance("Therapeutic Link", "Signature")
)
patient.eidCardNumber != null -> Proof(ProofTypeValues.EIDREADING.value)
patient.isiCardNumber != null -> Proof(ProofTypeValues.SISREADING.value)
patient.isiCardNumber != null -> Proof(ProofTypeValues.ISIREADING.value)
else -> null
}
}
Expand Down

0 comments on commit 1ae7ba1

Please sign in to comment.