Skip to content

Commit

Permalink
Reverted test to skipPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyQ committed Jul 29, 2021
1 parent c417495 commit 4942682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/NFCPassportReaderApp/Views/MainView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ extension MainView {
Log.clearStoredLogs()

// This is also how you can override the default messages displayed by the NFC View Controller
passportReader.readPassport(mrzKey: mrzKey, skipPACE: true, customDisplayMessage: { (displayMessage) in
passportReader.readPassport(mrzKey: mrzKey, customDisplayMessage: { (displayMessage) in
switch displayMessage {
case .requestPresentPassport:
return "Hold your iPhone near an NFC enabled passport."
Expand Down

0 comments on commit 4942682

Please sign in to comment.