glossier / solidus_retail

Solidus Extension to Support Retail Operations
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

Simple Variant Export #15

Closed thisiscab closed 8 years ago

thisiscab commented 8 years ago

This PR adds the ability to export a single variant associated to a product to Shopify.

Unit tests for the exporter are not written, since I don't know what to specifically test. This branch is branched of https://github.com/glossier/solidus_retail/pull/10 since it uses the same logic.

Suggestions are welcomed!

Let me know what you guys think of it. Thanks!

braidn commented 8 years ago

@cabouffard does VCR not quite work yet in Travis?

braidn commented 8 years ago

💥 code seen by a pair of 👀 . ⚡

thisiscab commented 8 years ago

@braidn I can't figure out why the requests being made from Travis doesn't follow the same URL as the one make from locally. Even though they are using the same ENV variables.