bunq / sdk_php

PHP SDK for bunq API
MIT License
83 stars 54 forks source link

Cannot get TreeProgress #198

Open jakob11git opened 4 years ago

jakob11git commented 4 years ago

Steps to reproduce:

  1. $allTreeProgress = TreeProgress::listing([]);

What should happen:

  1. Get some return values.

What happens:

  1. Only get NULL.

SDK version and environment

Extra info:

I can see valid values returned when I try via Postman. But I cannot get it to work with the PHP SDK.

angelomelonas commented 4 years ago

Hi @jeifour, thank you for logging a bug.

Just to get a better understanding, how did you manage to get this bug using version 0.12.4? TreeProgress has only been included as of version 1.14.0.

angelomelonas commented 4 years ago

Hi @jeifour,

We have looked into this and determined that it is indeed a bug. We will get back to you as soon as this is resolved.

jakob11git commented 4 years ago

Hi @angelomelonas that was under the newest version available when opening this issue (June 28th). Probably didn't include the correct version information, sorry!

I used composer to get the SDK into my project at that time.

angelomelonas commented 4 years ago

@jeifour no worries! I have reproduced it on the latest version and updated this issue accordingly. Thank you for bringing this to our attention.