|
@@ -7,7 +7,9 @@ module ShopifyAPI
|
|
|
Product.find(:all, :params => {:collection_id => self.id})
|
|
|
end
|
|
|
|
|
|
- def order(options={}); load_attributes_from_response(put(:order, options, only_id)); end
|
|
|
+ def order(options={})
|
|
|
+ load_attributes_from_response(put(:order, options, only_id))
|
|
|
+ end
|
|
|
|
|
|
end
|
|
|
end
|