Compare commits

..

No commits in common. "12549c16367ecfef4d6e39ace02ae70a6a48130d" and "5bf2e81ea972578087599055bb1777da0a6c3185" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ import (
// CreateOrderRequest ...
type CreateOrderRequest struct {
StoreCode string `json:"store_code"`
DeliveryPlatform string `json:"delivery_platform"`
OrderCode string `json:"order_code"`
OrderDate time.Time `json:"order_date"`
PickupLocationCode string `json:"pickup_location_code"`