commercetools/commercetools-dotnet-sdk

Setting a localized string is not possible in SetAttributeAction

Closed this issue · 1 comments

Since the Value of SetAttributeAction requires a FieldType, we seem to not be able to set the LocalizedString array to it.

Maybe we are doing something wrong but setting the type for value to dynamic can fix it. It is not a good solution since providing dynamic properties to top level API's can easily lead to mistakes that developers will make.

I am working with a local master branch right now, and will keep that until fixed or you provide a working alternative.

Thank you

Closed via #89.