update order OR model
This commit is contained in:
parent
68fe77da6c
commit
dcb2bb5d73
|
@ -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"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue