Skip to content

Commit

Permalink
Update VerificationResult.kt
Browse files Browse the repository at this point in the history
Added Serializable interface for VerificationResult class
gau4sar authored Aug 25, 2022
1 parent 01dffbf commit 585f4ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -8,4 +8,4 @@ data class VerificationResult(
val status: String?,
val idvResult: String?,
val code: String?,
)
) : Serializable

0 comments on commit 585f4ff

Please sign in to comment.