Skip to content

Commit

Permalink
Merge pull request #61 from jjideenschmiede/development
Browse files Browse the repository at this point in the history
fix: Update xml interpreter.
  • Loading branch information
gowizzard authored Sep 22, 2022
2 parents 46800f5 + 8a8b140 commit c7f0da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion products.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ type ProductsReturnProduct struct {
Stocklocation2 string `xml:"Stocklocation_2"`
Stocklocation3 string `xml:"Stocklocation_3"`
Stocklocation4 string `xml:"Stocklocation_4"`
ImageSmallUrl string `xml:"image_small_url"`
ImageSmallUrl string `xml:"ImageSmallURL"`
ImageLargeUrl string `xml:"ImageLargeURL"`
ProductPictures ProductsReturnProductPictures `xml:"ProductPictures"`
AmazonStandardProductIdType string `xml:"AmazonStandardProductIDType"`
Expand Down

0 comments on commit c7f0da2

Please sign in to comment.