Skip to content

Commit

Permalink
fix(capture-sdk): Change GiniVisionVer to GiniCaptureVer
Browse files Browse the repository at this point in the history
PM-105
  • Loading branch information
danicretu committed Aug 27, 2024
1 parent 913cf45 commit 6ce0ecb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ internal object UploadMetadata {

private const val USER_COMMENT_PLATFORM = "Platform"
private const val USER_COMMENT_OS_VERSION = "OSVer"
private const val USER_COMMENT_GINI_CAPTURE_VERSION = "GiniVisionVer"
private const val USER_COMMENT_GINI_CAPTURE_VERSION = "GiniCaptureVer"
private const val USER_COMMENT_DEVICE_ORIENTATION = "DeviceOrientation"
private const val USER_COMMENT_DEVICE_TYPE = "DeviceType"
private const val USER_COMMENT_SOURCE = "Source"
Expand Down

0 comments on commit 6ce0ecb

Please sign in to comment.