diff --git a/types.go b/types.go index f22109a..3bbd14d 100644 --- a/types.go +++ b/types.go @@ -288,7 +288,7 @@ type ( // Item struct Item struct { - Quantity string `json:"quantity"` + Quantity uint32 `json:"quantity"` Name string `json:"name"` Price string `json:"price"` Currency string `json:"currency"`