We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6018a commit b38028bCopy full SHA for b38028b
bunq/sdk/json/converter.py
@@ -25,7 +25,7 @@ class JsonAdapter(object):
25
_WARNING_KEY_UNKNOWN = '[bunq SDK beta] Key "{}" in "{}" is unknown.'
26
27
# Overlapping key names to be suffixed by and underscore
28
- _KEYS_OVERLAPPING = {'id', 'type'}
+ _KEYS_OVERLAPPING = {'id', 'type', 'object'}
29
30
# Suffix to strip from the keys during serialization
31
_SUFFIX_KEY_OVERLAPPING = '_'
0 commit comments