Compare commits

..

2 Commits

Author SHA1 Message Date
Sinh f72dfcf95e Merge branch 'onpoint' into develop 2023-12-08 09:12:05 +07:00
Sinh 1c6be73d04 fix(onpoint): update order item model 2023-12-08 09:10:20 +07:00
1 changed files with 7 additions and 7 deletions

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