Skip to content

Commit

Permalink
Transactional - amp_body prop to body_amp for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
djanhjo authored Mar 30, 2023
2 parents 479ef1e + 2a05afb commit 97b92a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions send_email.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ type SendEmailRequest struct {
Subject string `json:"subject,omitempty"`
Preheader string `json:"preheader,omitempty"`
Body string `json:"body,omitempty"`
PlaintextBody string `json:"plaintext_body,omitempty"`
AMPBody string `json:"amp_body,omitempty"`
PlaintextBody string `json:"body_plain,omitempty"`
AMPBody string `json:"body_amp,omitempty"`
FakeBCC *bool `json:"fake_bcc,omitempty"`
Attachments map[string]string `json:"attachments,omitempty"`
DisableMessageRetention *bool `json:"disable_message_retention,omitempty"`
Expand Down

0 comments on commit 97b92a7

Please sign in to comment.