kiotviet #11

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

View File

@ -48,7 +48,7 @@ type WebhookBody struct {
type WebhookNotification struct {
Action string `json:"Action"`
Data []WebhookStockUpdateData `json:"data"`
Data []WebhookStockUpdateData `json:"Data"`
}
type WebhookStockUpdateData struct {