njosefbeck / gatsby-source-stripe

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

Don't skip sku.product.localFiles when sku.image is not present #42 #43

Closed brxck closed 5 years ago

brxck commented 5 years ago

Fixes #42

hasFilesToDownload will return false if a sku doesn't have an image, regardless of it's product.images field.

@njosefbeck hopefully you think this is a good way to solve it!

brxck commented 5 years ago

Changelog updated, should be ready when you are :+1: