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