feat: add page profile with orders
This commit is contained in:
@@ -12,7 +12,7 @@ type Order struct {
|
||||
TotalPrice float64 `json:"total_price" gorm:"not null"`
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
UpdatedAt time.Time `json:"updated_at"`
|
||||
Items []OrderItem
|
||||
Items []OrderItem `json:"items"`
|
||||
}
|
||||
|
||||
type OrderItem struct {
|
||||
|
||||
Reference in New Issue
Block a user