Skip to content

Commit

Permalink
Merge pull request #111 from Jusstas/patch-1
Browse files Browse the repository at this point in the history
Fix wrong tag number
  • Loading branch information
AndyQ authored Jul 29, 2021
2 parents 4942682 + f817cec commit 909f0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/NFCPassportReader/DataGroups/DataGroup11.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class DataGroup11 : DataGroup {
personalSummary = val
} else if tag == 0x5F16 {
proofOfCitizenship = val
} else if tag == 0x5F18 {
} else if tag == 0x5F17 {
tdNumbers = val
} else if tag == 0x5F18 {
custodyInfo = val
Expand Down

0 comments on commit 909f0e5

Please sign in to comment.