Skip to content

Commit

Permalink
Updated BiometricKYC IDInfo (#244)
Browse files Browse the repository at this point in the history
* fixed retry on failed document submission

* fixed retry on failed document submission

* reuse error and remove proxy

* updated biometric kyc IDInfo

* updated CHANGELOG.md

* updated CHANGELOG.md

* Update changelog

---------

Co-authored-by: Vansh Gandhi <[email protected]>
  • Loading branch information
jumaallan and vanshg authored Nov 3, 2023
1 parent 27d6af8 commit 59b2a63
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 10.0.0-beta11 (unreleased)
## 10.0.0-beta12 (unreleased)

### Added

Expand All @@ -9,6 +9,14 @@

### Changed

### Removed

## 10.0.0-beta11

### Fixed
- Fixed retry document submission on failed document submission
- Fixed missing `entered` key in BiometricKYC

## 10.0.0-beta10

### Added
Expand Down Expand Up @@ -43,8 +51,6 @@
- Bump AGP to 8.1.2
- Bump Sentry to 6.30.0

### Removed

## 10.0.0-beta08

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class BiometricKycViewModel(
val selfieImageInfo = selfieFile.asSelfieImage()
val uploadRequest = UploadRequest(
images = livenessImagesInfo + selfieImageInfo,
idInfo = idInfo,
idInfo = idInfo.copy(entered = true),
)
SmileID.api.upload(prepUploadResponse.uploadUrl, uploadRequest)
Timber.d("Upload finished")
Expand Down

0 comments on commit 59b2a63

Please sign in to comment.