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
Seems to be a mismatch of cls._FIELD_ID in the BunqModelNotificationFilterUrlMonetaryAccount versus the id provided in the api response. Api response contains key: 'id', whilst the cls._FIELD_ID = 'Id' (capitalized).
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
What should happen:
print the NotificationFilterModel
What happens:
Traceback
SDK version and environment
aenum==2.2.3
bunq-sdk==1.13.1
certifi==2019.11.28
cffi==1.14.0
chardet==3.0.4
cryptography==2.8
idna==2.9
pycparser==2.20
pycryptodomex==3.9.7
requests==2.23.0
simplejson==3.17.0
six==1.14.0
urllib3==1.25.8
Response id
Extra info:
Seems to be a mismatch of
cls._FIELD_ID
in theBunqModel
NotificationFilterUrlMonetaryAccount
versus the id provided in the api response. Api response contains key: 'id', whilst thecls._FIELD_ID
= 'Id' (capitalized).The text was updated successfully, but these errors were encountered: