fixed duplicated struct

This commit is contained in:
2017-11-30 20:16:11 +00:00
parent 0991369ace
commit 46fced4196
2 changed files with 4 additions and 7 deletions
-5
View File
@@ -57,8 +57,3 @@ type ItemResponse struct {
type PictureDetails struct {
}
type ProductListingDetails struct {
BrandMPN BrandMPN `xml:"BrandMPN"`
EAN string `xml:"EAN"`
}