onpoint #15
|
@ -33,7 +33,7 @@ type OrderItem struct {
|
||||||
Amount int `json:"amount"`
|
Amount int `json:"amount"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
PartnerSku string `json:"sku"`
|
PartnerSku string `json:"sku"`
|
||||||
DiscountPrice int `json:"discount_price"`
|
DiscountedPrice int `json:"discounted_price"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// UpdateOrderDeliveryRequest ...
|
// UpdateOrderDeliveryRequest ...
|
||||||
|
|
Loading…
Reference in New Issue