Open angelomelonas opened 4 years ago
BunqResponse<List<TreeProgress>> allTreeProgress = TreeProgress.list();
allTreeProgress
Steps to reproduce:
BunqResponse<List<TreeProgress>> allTreeProgress = TreeProgress.list();
What should happen:
allTreeProgress
list should contain non-null values.What happens:
allTreeProgress
list contains null values due to the response being parsed incorrectly.SDK version and environment