Skip to content

Commit

Permalink
Update October 1, 2024 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
diPhantxm authored Oct 1, 2024
1 parent 67898a4 commit b6af642
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions ozon/products.go
Original file line number Diff line number Diff line change
Expand Up @@ -1418,9 +1418,6 @@ type GetDescriptionOfProductResult struct {
// Product characteristic identifier
Id int64 `json:"id"`

// Identifier for subsequent batch loading of images
ImageGroupId string `json:"image_group_id"`

// Array of links to product images
Images []GetDescriptionOfProductResultImage `json:"images"`

Expand Down
1 change: 0 additions & 1 deletion ozon/products_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1611,7 +1611,6 @@ func TestGetDescriptionOfProduct(t *testing.T) {
"index": 2
}
],
"image_group_id": "",
"images360": [],
"pdf_list": [],
"attributes": [
Expand Down

0 comments on commit b6af642

Please sign in to comment.