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 1fb5747 commit 37a6a09Copy full SHA for 37a6a09
yoti_python_sdk/activity_details.py
@@ -73,6 +73,7 @@ def __init__(
73
self.parent_remember_me_id = receipt.get("parent_remember_me_id")
74
self.outcome = receipt.get("sharing_outcome")
75
self.receipt_id = receipt.get("receipt_id")
76
+ self.extra_data = receipt.get("extra_data")
77
timestamp = receipt.get("timestamp")
78
79
if timestamp is not None:
0 commit comments