Skip to content

Commit 967cf3a

Browse files
Merge pull request #39 from kvydiuk/bugfix/varition-attributes-type
fix VariationAttributes type location
2 parents cad6a32 + c83f629 commit 967cf3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entity/entity.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ type Item struct {
182182
Currency string
183183
}
184184
} `json:",omitempty"`
185-
VariationAttributes []VariationAttribute `json:",omitempty"`
186185
}
187-
Offers *struct {
186+
VariationAttributes []VariationAttribute `json:",omitempty"`
187+
Offers *struct {
188188
Listings *[]struct {
189189
Availability *struct {
190190
MaxOrderQuantity int

0 commit comments

Comments
 (0)