Compare commits
2 Commits
12549c1636
...
f72dfcf95e
Author | SHA1 | Date |
---|---|---|
|
f72dfcf95e | |
|
1c6be73d04 |
|
@ -33,7 +33,7 @@ type OrderItem struct {
|
|||
Amount int `json:"amount"`
|
||||
Name string `json:"name"`
|
||||
PartnerSku string `json:"sku"`
|
||||
DiscountPrice int `json:"discount_price"`
|
||||
DiscountedPrice int `json:"discounted_price"`
|
||||
}
|
||||
|
||||
// UpdateOrderDeliveryRequest ...
|
||||
|
|
Loading…
Reference in New Issue