Skip to content

Commit

Permalink
Proper formatting for invalidation (issuance) country iso code before…
Browse files Browse the repository at this point in the history
… fetching related rules. (eu-digital-green-certificates#275)
  • Loading branch information
oleksandrsarapulovgl authored Feb 1, 2022
1 parent 540abc5 commit bd1994c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class VerificationViewModel @Inject constructor(
certificateIssuingCountryIsoCode
} else {
this.getNormalizedIssuingCountry()
}
}.toLowerCase(Locale.ROOT)
val rules = getRulesUseCase.invoke(
ZonedDateTime.now().withZoneSameInstant(UTC_ZONE_ID),
countryOfArrivalIsoCode,
Expand Down

0 comments on commit bd1994c

Please sign in to comment.