update payload #45

Merged
sinhluu merged 1 commits from update-payload into master 2022-10-17 07:26:18 +00:00
1 changed files with 5 additions and 4 deletions
Showing only changes of commit 831e4b8247 - Show all commits

View File

@ -84,10 +84,11 @@ type WarehousePartner struct {
// SyncORStatusResponse ... // SyncORStatusResponse ...
type SyncORStatusResponse struct { type SyncORStatusResponse struct {
ORCode string `json:"orCode"` ORCode string `json:"orCode"`
OrderCode string `json:"orderCode"` OrderCode string `json:"orderCode"`
Status string `json:"status"` Status string `json:"status"`
DeliveryStatus string `json:"deliveryStatus"` DeliveryStatus string `json:"deliveryStatus"`
Data OrderORData `json:"data"`
} }
// ResponseWarehouseContact ... // ResponseWarehouseContact ...