update ActivateTemplateRequest
This commit is contained in:
parent
724b009a56
commit
43e1116214
@ -367,6 +367,8 @@ func (t *MGClientTest) Test_ActivateTemplate() {
|
||||
Text: "!",
|
||||
},
|
||||
},
|
||||
RejectionReason: "",
|
||||
VerificationStatus: "approved",
|
||||
}
|
||||
|
||||
defer gock.Off()
|
||||
|
@ -564,6 +564,8 @@ type ActivateTemplateRequest struct {
|
||||
Template []TemplateItem `json:"template"`
|
||||
Lang string `json:"lang,omitempty"`
|
||||
Category string `json:"category,omitempty"`
|
||||
RejectionReason string `json:"rejection_reason,omitempty"`
|
||||
VerificationStatus string `json:"verification_status,omitempty"`
|
||||
}
|
||||
|
||||
var ErrInvalidOriginator = errors.New("invalid originator")
|
||||
|
Loading…
Reference in New Issue
Block a user