njosefbeck / gatsby-source-stripe

Gatsby source plugin for building websites using Stripe as a data source
74 stars 17 forks source link

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

Open njosefbeck opened 5 years ago

njosefbeck commented 5 years ago

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.