refactor logging and filters
This commit is contained in:
@ -24,7 +24,7 @@ type Offer struct {
|
||||
Description string `xml:"description"`
|
||||
ManufacturerWarrany bool `xml:"manufacturer_warranty"`
|
||||
Dimensions string `xml:"dimensions"`
|
||||
Params []Param `xml:"param"`
|
||||
Params []Param `xml:"param,omitempty"`
|
||||
}
|
||||
|
||||
type Currency struct {
|
||||
|
||||
Reference in New Issue
Block a user