mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Removed CleanerVersion layer [backwards-incompatible!]
This commit is contained in:
@@ -12,4 +12,4 @@ class DummyTicketOutput(BaseTicketOutput):
|
||||
download_button_icon = 'fa-print'
|
||||
|
||||
def generate(self, order):
|
||||
return 'test.txt', 'text/plain', order.identity
|
||||
return 'test.txt', 'text/plain', str(order.id)
|
||||
|
||||
Reference in New Issue
Block a user