update GC webhook model

This commit is contained in:
Sinh 2022-09-09 09:47:24 +07:00
parent dcb2bb5d73
commit ab895e78cb
1 changed files with 6 additions and 5 deletions

View File

@ -51,4 +51,5 @@ type Webhook struct {
UpdatedAt time.Time `json:"updatedAt"` UpdatedAt time.Time `json:"updatedAt"`
Note string `json:"note"` Note string `json:"note"`
CertLink string `json:"certLink"` CertLink string `json:"certLink"`
PartnerOrderCode string `json:"partnerOrderCode"`
} }