pengwynn / chargify

Ruby wrapper for the chargify.com SAAS and billing API
MIT License
61 stars 29 forks source link

better error handling #7

Closed csquared closed 13 years ago

csquared commented 13 years ago

We had some blow ups in production. A few of the methods weren't protected against 404 responses so I handled it at the level of the parser instead of each method. Added failing specs for the blowups we were getting in production. All tests pass.