Added Meta Data to Orders and made the frontend english
This commit is contained in:
@@ -15,6 +15,9 @@ type OrderImage struct {
|
||||
type Order struct {
|
||||
ID string `json:"id"`
|
||||
Name string `json:"name,omitempty"`
|
||||
Printed bool `json:"printed"`
|
||||
Shipped bool `json:"shipped"`
|
||||
Ref string `json:"ref,omitempty"`
|
||||
Images []OrderImage `json:"images"`
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
UpdatedAt time.Time `json:"updated_at"`
|
||||
|
||||
Reference in New Issue
Block a user