-
Notifications
You must be signed in to change notification settings - Fork 19
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
NumberFormatException: null - for additional_info.original_amount #43
Comments
Yes, that looks like a bug. Looks like a |
Sorry for the delay, debugging this revealed some differences from bank to bank while parsing this. Only solution we have so far is rolling back to sdk version |
Also the bug is not a missing cast from string to decimal, but the value containing a comma |
fixed with #44 |
Thanks for the feedback, I will look into this! |
We have some internal dependencies for this bug here. Some of our bank connector return I am leaving this open until this is completely fixed. |
I'm getting a NumberFormatException when deserializing the
TransactionsResponse
response from/rest/accounts/${id}/transactions
for some users.AdditionalTransactionInfo
expects BigDecimal. But the response I'm getting looks like this:I assume this is a bug?
The text was updated successfully, but these errors were encountered: