joola / joola.sdk

Joola's Software Development Kit (SDK)
https://joo.la
Other
3 stars 3 forks source link

Incorrect error handling from engine #164

Closed itayw closed 9 years ago

itayw commented 9 years ago

When an error is returned, the current processResponse routine does not handle 403 responses correctly. I suggest refactoring the flow to ensure callback is fired with no error only on a 200 response.