ibody / moip-assinaturas

Ruby Gem para uso do serviço de assinaturas do Moip
MIT License
15 stars 26 forks source link

Raise WebServerResponseError with "Ocorreu um erro no retorno do webservice" is not enough #29

Open passalini opened 8 years ago

passalini commented 8 years ago

I'm having this error at checkout and with this message I can't figure out what are happening. If the raise was like this: raise(WebServerResponseError, response.try(:body)), it will bo more easy to figure out the real error.