Skip to content

Commit 5d3f168

Browse files
authored
Add missing _user_payment_service_provider variable with the value None to session_server
I ran into this issue #134. When I add the line in this commit it fixes it for me.
1 parent b381304 commit 5d3f168

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bunq/sdk/json/session_server_adapter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def deserialize(cls,
5757
),
5858
cls._ATTRIBUTE_USER_COMPANY: None,
5959
cls._ATTRIBUTE_USER_PERSON: None,
60+
cls._ATTRIBUTE_USER_PAYMENT_SERVER_PROVIDER: None,
6061
}
6162

6263
user_dict_wrapped = array[cls._INDEX_USER]

0 commit comments

Comments
 (0)