fix params field in GetReportsListResultReport

This commit is contained in:
diPhantxm
2023-06-24 02:00:22 +03:00
committed by Kirill
parent 006ecdf877
commit e7c5dc320e

View File

@@ -63,8 +63,7 @@ type GetReportsListResultReport struct {
File string `json:"file"` File string `json:"file"`
// Array with the filters specified when the seller created the report // Array with the filters specified when the seller created the report
Params struct { Params map[string]string `json:"params"`
} `json:"params"`
// Report type: // Report type:
// - SELLER_PRODUCTS — products report, // - SELLER_PRODUCTS — products report,