Skip to content

Commit

Permalink
[Ecwid#10] made email_address mutable for getting opportunity to chan…
Browse files Browse the repository at this point in the history
…ge email_address
  • Loading branch information
Mikelle committed Sep 25, 2017
1 parent 2cd7161 commit b58dd2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sealed class EditMemberMethod : MailchimpMethod<MemberInfo>() {

@JvmField
@Field
val email_address: String
var email_address: String
) : EditMemberMethod() {
@JvmField
@PathParam
Expand Down

0 comments on commit b58dd2b

Please sign in to comment.