christocracy / shopify-api-limits

A simple Gem for reading shopify API call limits
17 stars 15 forks source link

fixed :limit => false. fixed broken spec. isolated ActiveResource::Base to ShopifyAPI::Base #4

Closed michaelglass closed 13 years ago

michaelglass commented 13 years ago

the :limit => false code was slightly in the wrong place and was not working. When I was trying to get all 251 orders I instead received 2x the first 250 orders.

there was a typo in one of the specs. fixed.

Base extended ActiveResource but really only needed to extend ShopifyAPI::Base so I patched that too.

michaelglass commented 13 years ago

ahh found a bug. one more time!