product_type_code broken I think

Avatar image for subkamran
subkamran

37

Forum Posts

364

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

I was upgrading my SDK and noticed some tests failing due to the return type of product_type_code. In the docs it says it should be a string, but in API responses it's always null or an empty array:

"product_code_type": [],

"product_code_value": "0-7845-3889-1",

This example is from: https://www.giantbomb.com/api/release/95369

Any ideas? Can this be fixed? For now I'm just going to ignore the value since it breaks my serialization and I don't think it will be an array once fixed.