Merge branch 'master' of github.com:pretix/pretix

This commit is contained in:
Raphael Michel
2015-09-08 20:51:55 +02:00

View File

@@ -123,6 +123,7 @@ class JSONExporter(BaseExporter):
'total': o.total,
'positions': [
{
'id': p.identity,
'item': p.item_id,
'variation': p.variation_id,
'price': p.price,