Skip to content

Commit

Permalink
#fix: change create order body
Browse files Browse the repository at this point in the history
  • Loading branch information
tdatIT committed Mar 9, 2024
1 parent 0d6a46b commit ac22a3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/domain/dto/order/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ type BaseHeader struct {

type OrderResponse struct {
OrderID string `json:"order_id"`
StoreID string `json:"store_id"`
Amount int `json:"amount"`
ShippingDiscount int `json:"shipping_discount"`
ItemDiscount int `json:"item_discount"`
Expand Down

0 comments on commit ac22a3a

Please sign in to comment.