Merge pull request 'update payload' (#45) from update-payload into master
Reviewed-on: #45
This commit is contained in:
commit
128fe77631
|
@ -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 ...
|
||||||
|
|
Loading…
Reference in New Issue