diPhantxm/ozon-api-client

spelling mistake

Closed this issue · 3 comments

You have a spelling mistake here:

type CreateOrUpdateAttributeValue struct {
// Directory identifier
DictionaryValueId int64 json:"dictrionary_value_id"

// Value from the directory
Value string `json:"value"`
}

it should be dictionary_value_id not dictrionary_value_id

Hi @JoeyFrancisTribbiani. Thank you for finding a problem. I've pushed fix. If you need this fix right now, you can go get last commit into your project

@JoeyFrancisTribbiani Is it solved now? Can I close this issue?