sdk_java
sdk_java copied to clipboard
TreeProgress response not correctly parsed
Steps to reproduce:
BunqResponse<List<TreeProgress>> allTreeProgress = TreeProgress.list();
What should happen:
- The returned
allTreeProgresslist should contain non-null values.
What happens:
- The returned
allTreeProgresslist contains null values due to the response being parsed incorrectly.
SDK version and environment
- Tested on 1.14.0
- [x] Sandbox