File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def __init__(self,
4242 subject = None ,
4343 preheader = None ,
4444 body = None ,
45- body_plaintext = None ,
45+ body_plain = None ,
4646 body_amp = None ,
4747 fake_bcc = None ,
4848 disable_message_retention = None ,
@@ -66,7 +66,7 @@ def __init__(self,
6666 self .subject = subject
6767 self .preheader = preheader
6868 self .body = body
69- self .body_plaintext = body_plaintext
69+ self .body_plain = body_plain
7070 self .body_amp = body_amp
7171 self .fake_bcc = fake_bcc
7272 self .disable_message_retention = disable_message_retention
@@ -111,7 +111,7 @@ def _to_dict(self):
111111 subject = "subject" ,
112112 preheader = "preheader" ,
113113 body = "body" ,
114- body_plaintext = "body_plaintext " ,
114+ body_plain = "body_plain " ,
115115 body_amp = "body_amp" ,
116116 fake_bcc = "fake_bcc" ,
117117 disable_message_retention = "disable_message_retention" ,
You can’t perform that action at this time.
0 commit comments