Skip to content

Commit

Permalink
Merge pull request #94 from cryptohopper/development
Browse files Browse the repository at this point in the history
User Activation Needed added
  • Loading branch information
canerten authored Sep 28, 2023
2 parents 8a4cc41 + 895e46f commit c9218f4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ data class HopperAPIRegisterUserResponse (

data class HopperRegisterData (
@SerializedName("user_id") val userId: String?,
@SerializedName("message") val message: String?
@SerializedName("message") val message: String?,
@SerializedName("user_activation_needed") val userActivationNeeded: String?
)

0 comments on commit c9218f4

Please sign in to comment.