phoet / asin

:books: :package: Amazon Simple INterface - Support for ItemLookup, SimilarityLookup, Search, BrowseNode and Cart Operations
http://asin.herokuapp.com/
167 stars 59 forks source link

Readme correction for properly finding the Formatted Price #26

Closed askpatrickw closed 11 years ago

askpatrickw commented 11 years ago

I was checking this out and I see that the example is incorrect. access the internal data representation (Hashie::Mash) item.raw.ItemAttributes.ListPrice.FormattedPrice => $39.99

If you are following along with the previous examples (VERY helpful for noobs), the proper syntax is: items.first.raw.ItemAttributes.ListPrice.FormattedPrice

phoet commented 11 years ago

@peaboy could you create a pull-request for that? that would be nice!

askpatrickw commented 11 years ago

Should be done.

Thanks! -p


www.DeepPlaya.com | @DeepPlaya http://twitter.com/deepplaya | W7PEA

On Tue, Jul 23, 2013 at 9:58 PM, Peter Schröder notifications@github.comwrote:

@peaboy https://github.com/peaboy could you create a pull-request for that? that would be nice!

— Reply to this email directly or view it on GitHubhttps://github.com/phoet/asin/issues/26#issuecomment-21469197 .

phoet commented 11 years ago

closed with #27