In version 2.0 we changed error model and added couple of new models.
We decreased amount of Exceptions to two:
- Local validation error (ValidationError)
- ApiException which arise when Judo REST API returns error.
So at first you need to update your error handling principle. See example at Error handling.
validatemethod added to Collect and Refund models so now you could check yours transactions.- Void model
- Register card model
- Save card model
- Integration tests