njosefbeck/gatsby-source-stripe

Fix Event objects for Skus & Products having the same attributes key, but different data types for that key

Opened this issue · 0 comments

I'll need to deal with Event objects for skus and products having the same attributes key, but having different data types (i.e. sku.attributes is an object, and product.attributes is an array). This currently causes Gatsby to strip out the attributes field, which is not desired.