-
Notifications
You must be signed in to change notification settings - Fork 55
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
Uncaught TypeError when listing NoteAttachmentMasterCardAction #164
Comments
@basst85 if you enable debugger you should be able to see/find out what its trying to deserialise and fix it by doing something like #76 (comment) |
@OGKevin @kojoru There is something "strange" with the returnvalue of $responseArray in the function fromJsonList() (in BunqModel): The attachment object in the end of the file is strange.. ? The response JSON: |
found it :)
is an object but, this is how it's defined:
So please remove the |
so @kojoru this can either be an view definition mistake or the actual response is wrong :) |
Yes! That works indeed. Thanks! |
@kojoru Any update on this small bug? |
Steps to reproduce:
I'm using this code:
But it's returning this error:
What should happen:
What happens:
Traceback
SDK version and environment
Response id
None
The text was updated successfully, but these errors were encountered: