mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Add attendee email field (#466)
* Add attendee email field * exports, tests
This commit is contained in:
@@ -68,6 +68,7 @@ class JSONExporter(BaseExporter):
|
||||
'variation': position.variation_id,
|
||||
'price': position.price,
|
||||
'attendee_name': position.attendee_name,
|
||||
'attendee_email': position.attendee_email,
|
||||
'secret': position.secret,
|
||||
'answers': [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user