mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Merge branch 'master' of github.com:pretix/pretix
This commit is contained in:
@@ -123,6 +123,7 @@ class JSONExporter(BaseExporter):
|
|||||||
'total': o.total,
|
'total': o.total,
|
||||||
'positions': [
|
'positions': [
|
||||||
{
|
{
|
||||||
|
'id': p.identity,
|
||||||
'item': p.item_id,
|
'item': p.item_id,
|
||||||
'variation': p.variation_id,
|
'variation': p.variation_id,
|
||||||
'price': p.price,
|
'price': p.price,
|
||||||
|
|||||||
Reference in New Issue
Block a user