refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 5 additions and 4 deletions
Showing only changes of commit 722fa1aacf - Show all commits

View File

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