lineofflight / peddler

Amazon Selling Partner API (SP-API) in Ruby
MIT License
307 stars 130 forks source link

Changed code for getting parser class name. #18

Closed lordjavac closed 10 years ago

lordjavac commented 10 years ago

Peddler wasn't working for me under ruby 1.9.3 with rails 3.2. After some research I found an alternative to getting the parser class from the request which does work.

hakanensari commented 10 years ago

Hi,

I just completed a heavy rewrite, which, among other things, does away with the custom parsing, rendering your edit obsolete.

You can, of course, stay on your fork and continue using the library as is if you're happy with the way things are.

Sorry about that.

lordjavac commented 10 years ago

No worries. I will try the new version. Thanks!