Compare commits
No commits in common. "f72dfcf95efd5d0cf17e5f519568eb17e7efdc1f" and "12549c16367ecfef4d6e39ace02ae70a6a48130d" have entirely different histories.
f72dfcf95e
...
12549c1636
|
@ -33,7 +33,7 @@ type OrderItem struct {
|
|||
Amount int `json:"amount"`
|
||||
Name string `json:"name"`
|
||||
PartnerSku string `json:"sku"`
|
||||
DiscountedPrice int `json:"discounted_price"`
|
||||
DiscountPrice int `json:"discount_price"`
|
||||
}
|
||||
|
||||
// UpdateOrderDeliveryRequest ...
|
||||
|
|
Loading…
Reference in New Issue