Skip to content

Commit b38028b

Browse files
author
Kevin Hellemun
committed
Added object to overlapping keys. (#40)
1 parent fb6018a commit b38028b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bunq/sdk/json/converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class JsonAdapter(object):
2525
_WARNING_KEY_UNKNOWN = '[bunq SDK beta] Key "{}" in "{}" is unknown.'
2626

2727
# Overlapping key names to be suffixed by and underscore
28-
_KEYS_OVERLAPPING = {'id', 'type'}
28+
_KEYS_OVERLAPPING = {'id', 'type', 'object'}
2929

3030
# Suffix to strip from the keys during serialization
3131
_SUFFIX_KEY_OVERLAPPING = '_'

0 commit comments

Comments
 (0)