bunq / sdk_java

Java SDK for bunq API
MIT License
47 stars 23 forks source link

TreeProgress response not correctly parsed #130

Open angelomelonas opened 4 years ago

angelomelonas commented 4 years ago

Steps to reproduce:

  1. BunqResponse<List<TreeProgress>> allTreeProgress = TreeProgress.list();

What should happen:

  1. The returned allTreeProgress list should contain non-null values.

What happens:

  1. The returned allTreeProgress list contains null values due to the response being parsed incorrectly.

SDK version and environment