bjjb / ebayr

A small library to help using the eBay Trading API with Ruby
MIT License
60 stars 49 forks source link

Debug setting branch #7

Closed catskull closed 10 years ago

catskull commented 10 years ago

The request hash can get confusing at times, I found it useful to be able to view the request exactly as eBay sees it in XML. From there I can inspect the XML and see where a request is broken.

To enable this only a simple call is needed: Ebayr.debug = true. It is disabled (false) by default.

catskull commented 10 years ago

This failed on 1.8.7 with a failed activesupport bundle. I don't think this has anything to do with my changes, looks like it came from b091abf07d6558044df95540bcb825a239d09a57?

catskull commented 10 years ago

After reverting b091abf07d6558044df95540bcb825a239d09a57 all builds passed.