Skip to content

Commit

Permalink
quick fix for broken Products.Get() api
Browse files Browse the repository at this point in the history
  • Loading branch information
zveinn committed Mar 23, 2024
1 parent 81f23ab commit e312739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type ProductAttributes struct {
StatusFormatted string `json:"status_formatted"`
ThumbURL string `json:"thumb_url"`
LargeThumbURL string `json:"large_thumb_url"`
Price int `json:"price"`
Price string `json:"price"`
PayWhatYouWant bool `json:"pay_what_you_want"`
FromPrice *int `json:"from_price"`
ToPrice *int `json:"to_price"`
Expand Down

0 comments on commit e312739

Please sign in to comment.