Skip to content

Commit 37a6a09

Browse files
committed
SDK-1229: Add extra_data to activity details
1 parent 1fb5747 commit 37a6a09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

yoti_python_sdk/activity_details.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def __init__(
7373
self.parent_remember_me_id = receipt.get("parent_remember_me_id")
7474
self.outcome = receipt.get("sharing_outcome")
7575
self.receipt_id = receipt.get("receipt_id")
76+
self.extra_data = receipt.get("extra_data")
7677
timestamp = receipt.get("timestamp")
7778

7879
if timestamp is not None:

0 commit comments

Comments
 (0)