onpoint #15

Merged
sinhluu merged 3 commits from onpoint into master 2023-12-19 03:43:57 +00:00
1 changed files with 7 additions and 7 deletions
Showing only changes of commit 1c6be73d04 - Show all commits

View File

@ -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 ...