update order OR model

This commit is contained in:
Sinh 2022-09-06 11:08:35 +07:00
parent 68fe77da6c
commit dcb2bb5d73
1 changed files with 1 additions and 0 deletions

View File

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