minor updates

This commit is contained in:
2017-11-28 21:54:13 +00:00
parent 5d66ee8db7
commit 0991369ace
2 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ type ListingDetails struct {
type SellingStatus struct {
CurrentPrice float64
BidCount string
QuantitySold string
QuantitySold int
}
type GetOrdersRequestResponse struct {