forked from CGM_Public/pretix_original
Re-add secrets to OrderPositions
This commit is contained in:
@@ -131,6 +131,7 @@ class JSONExporter(BaseExporter):
|
||||
'variation': position.variation_id,
|
||||
'price': position.price,
|
||||
'attendee_name': position.attendee_name,
|
||||
'secret': position.secret,
|
||||
'answers': [
|
||||
{
|
||||
'question': answer.question_id,
|
||||
|
||||
Reference in New Issue
Block a user