master #12

Merged
sinhluu merged 4 commits from master into develop 2023-10-23 07:41:48 +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 {