Compare commits

..

1 Commits

Author SHA1 Message Date
Bastian de Byl
13bef02dcb changed weight strinbg to float64 2023-02-26 01:30:13 -05:00

View File

@@ -36,7 +36,7 @@ type SnipcartItem struct {
Length string `json:"length,omitempty"` Length string `json:"length,omitempty"`
Width string `json:"width,omitempty"` Width string `json:"width,omitempty"`
Height string `json:"height,omitempty"` Height string `json:"height,omitempty"`
Weight string `json:"weight,omitempty"` Weight float64 `json:"weight,omitempty"`
Shippable bool `json:"shippable,omitempty"` Shippable bool `json:"shippable,omitempty"`
} }