~mendelmaleh/amazon

e96d3654dc63303a1c7b46cba265a6a9b41e630e — Mendel E 2 years ago e048407
Set quantity to int
1 files changed, 1 insertions(+), 1 deletions(-)

M types.go
M types.go => types.go +1 -1
@@ 71,7 71,7 @@ type OrderInfo struct {

type ItemInfo struct {
	AsinIsbn          string `csv:"ASIN/ISBN"`
	Quantity          string `csv:"Quantity"`
	Quantity          int    `csv:"Quantity"`
	Title             string `csv:"Title"`
	Category          string `csv:"Category"`
	Seller            string `csv:"Seller"`