sdk_java icon indicating copy to clipboard operation
sdk_java copied to clipboard

TreeProgress response not correctly parsed

Open angelomelonas opened this issue 5 years ago • 0 comments

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

  • Tested on 1.14.0
  • [x] Sandbox

angelomelonas avatar Aug 13 '20 08:08 angelomelonas