Skip to content

Commit c83f629

Browse files
author
kyrylo.vydiuk
committed
fix VariationAttributes type location
1 parent cad6a32 commit c83f629

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)