Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XML error responses are not compatible with ActiveResource. #169

Open
nasa42 opened this issue Feb 8, 2019 · 0 comments
Open

XML error responses are not compatible with ActiveResource. #169

nasa42 opened this issue Feb 8, 2019 · 0 comments

Comments

@nasa42
Copy link

nasa42 commented Feb 8, 2019

Chargify API returns errors in following XML format:

<?xml version="1.0" encoding="UTF-8"?>
<errors type="array">
  <error>One or more allocation changes are required.</error>
</errors>

Which is converted to following Hash:

{ "errors" => ["One or more allocation changes are required."] }

But that causes a TypeError at line 75 in validation.rb, and ActiveResource swallows the exception and returns an empty errors array to app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant