komola / paymill-node

Node.JS wrapper for the Paymill v2 API
MIT License
24 stars 11 forks source link

added better error messages by extracting them from the response body. #17

Closed Prinzhorn closed 10 years ago

Prinzhorn commented 10 years ago

fixes #16

Added tests for the different cases as well.

This fix turns my error message from #7 Error: Response code is not ok into Error: Offer not Found, which explains a lot ;-)

sebastianhoitz commented 10 years ago

Thank you! :+1: