mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
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