Skip to content

Commit d11a31f

Browse files
authored
Fixed Missing Document Type (#264)
* added missing document type in document jobs * Update CHANGELOG.md
1 parent 59579e1 commit d11a31f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Release Notes
22

3+
## Unreleased
4+
5+
* Fixed missing idType on Document Verification Jobs
6+
37
## 10.2.17
4-
### Added skipApiSubmission: Whether to skip api submission to SmileID and return only captured images on SmartSelfie enrollment, SmartSelfie authentic , Document verification and Enhanced DocV
8+
9+
* Added skipApiSubmission: Whether to skip api submission to SmileID and return only captured images on SmartSelfie enrollment, SmartSelfie authentic , Document verification and Enhanced DocV
510

611
## 10.2.16
12+
713
### Fixed
814
* Clear images on retry or start capture with the same jobId
915

Sources/SmileID/Classes/DocumentVerification/Model/OrchestratedDocumentVerificationViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class IOrchestratedDocumentVerificationViewModel<T, U: JobResult>: ObservableObj
165165
}
166166
let info = try LocalStorage.createInfoJsonFile(
167167
jobId: jobId,
168-
idInfo: IdInfo(country: countryCode),
168+
idInfo: IdInfo(country: countryCode, idType: documentType),
169169
documentFront: frontDocumentUrl,
170170
documentBack: backDocumentUrl,
171171
selfie: selfieFile,

0 commit comments

Comments
 (0)