forked from CGM_Public/pretix_original
Added order position id to JSON export
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user