You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling NotificationFilterUrlUser.Create there is a valid response, but because the method ends with ProcessForId(responseRaw), an exception is thrown, mainly because there is no Id in the root of the response.
What should happen:
not really sure.. it should at least not throw an exception
This is still an issue. responseobject is of type NotificationFilterUrl instead of Id. The SDK uses FIELD_ID contstant to unwrap the json and crashes there.
Is this SDK still maintained by Bunq? It seems absurd to me that this issue (together with #131) just don't get fixed in four years time.
Edit: from this comment on the PHP SDK project, I found out that we can use the NotificationFilterUrlUserInternal.CreateWithListResponse([]) (or NotificationFilterUrlMonetaryAccountInternal) to replace the list of the callback URLs.
However, these classes don't offer a replacement for the List operation. So not sure what's the best way to append a callback URL at the moment.
Steps to reproduce:
When calling
NotificationFilterUrlUser.Create
there is a valid response, but because the method ends withProcessForId(responseRaw)
, an exception is thrown, mainly because there is no Id in the root of the response.What should happen:
not really sure.. it should at least not throw an exception
SDK version and environment
The text was updated successfully, but these errors were encountered: