Added order position id to JSON export

This commit is contained in:
Raphael Michel
2015-08-27 16:05:18 +02:00
parent 691a06e855
commit b1d67a4860

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,