-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot get TreeProgress #198
Comments
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. |
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. |
@jeifour no worries! I have reproduced it on the latest version and updated this issue accordingly. Thank you for bringing this to our attention. |
👋 Hey @salixh5 I work at bunq and am currently reviewing the bunq API docs, open issues and SDK’s and came across your issue. I know it’s been open for a while, and I’d love to understand how it’s impacting you. Beyond the obvious -fixing this issue-, what else could we do to improve your experience with our API? If you want to share your thoughts on how we can improve on our public API: 📅 I'd love to schedule a 15 minute interview to understand your needs through: Calendly Your feedback will go straight to our product team! 🚀 |
Steps to reproduce:
$allTreeProgress = TreeProgress::listing([]);
What should happen:
What happens:
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.
The text was updated successfully, but these errors were encountered: