Hi,
I’m using shopify_api gem in my app, currently using version 9.5
I have deprecation notice in my app dashboard saying “Metafield.valueType
has been removed. See Metafield.type
for type information”
before updating to version 9.5.1 (which requires update to ruby 2.6…) I checked the implementation of Metafield.value and it looks like it has not changed and still uses “value_type” instead of “type”
The update requires a lot of efforts so before that I’m trying to figure out if this will solve the deprecation message we get from shopify ?
If not as I suspect, does anyone knows when a newer version will be released without the deprecated use ?
Thanks,
Gal