phpish / shopify_app-skeleton

Skeleton Shopify App project using phpish/shopify
94 stars 41 forks source link

"expected Hash to be a Array" error with nested arrays #33

Closed mariannedo closed 7 years ago

mariannedo commented 7 years ago

This app works great for most purposes, but when I tried to use it to do a couple of things (create smart collections, update metafields) I got the same error: "expected Hash to be a Array"

It seems like the nested arrays are the reason; if I remove the attributes with nested arrays then the requests go through fine.

mariannedo commented 7 years ago

Ugh whoops -- happening in private app. Will post in that repo!