Skip to content

Commit

Permalink
Merge pull request #76 from cryptohopper/development
Browse files Browse the repository at this point in the history
UserProfile Update
  • Loading branch information
canerten authored Apr 24, 2023
2 parents a3d9d28 + ea61022 commit 5e2ac89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ data class UserProfile (
@SerializedName("address1") val addressOne: String?,
@SerializedName("address2") val addressTwo: String?,
@SerializedName("enabled_2fa") val enableTwoFactorAuth: Boolean?,
@SerializedName("user_has_trial") val userHasTrial: String?
@SerializedName("is_trial_user") val isTrialUser: String?
)

0 comments on commit 5e2ac89

Please sign in to comment.