kiotviet #11

Merged
sinhluu merged 7 commits from kiotviet into master 2023-10-20 09:15:33 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit cd317aa9a2 - Show all commits

View File

@ -40,7 +40,7 @@ type UnregisterWebhookReq struct {
type WebhookBody struct { type WebhookBody struct {
ID string `json:"Id"` ID string `json:"Id"`
Attempt int `json:"Attempt"` Attempt int `json:"Attempt"`
Notifications WebhookNotification `json:"Notifications"` Notifications []WebhookNotification `json:"Notifications"`
} }
type WebhookNotification struct { type WebhookNotification struct {