change json tag

This commit is contained in:
Sinh 2023-10-20 16:15:14 +07:00
parent efd91a81dd
commit fb417551f4
1 changed files with 1 additions and 1 deletions

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 {