Skip to content

Commit

Permalink
Feature/1.2.0 (#104)
Browse files Browse the repository at this point in the history
* added debug to CountryModel

* Fixed CountryModel

* new variables for debug mode

Co-authored-by: Alexandr Chernyy <[email protected]>
  • Loading branch information
alexchornyi and pingus-nikalex authored Sep 14, 2021
1 parent 3c3f26a commit 4dbecb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Sources/Models/HCert.swift
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,11 @@ public struct HCert {

static let qrLock = NSLock()

public var technicalVerification: HCertValidity = .invalid
public var issuerInvalidation: RuleValidationResult = .error
public var destinationAcceptence: RuleValidationResult = .error
public var travalerAcceptence: RuleValidationResult = .error

public var fullName: String {
let first = get(.firstName).string ?? ""
let last = get(.lastName).string ?? ""
Expand Down

0 comments on commit 4dbecb0

Please sign in to comment.