summaryrefslogtreecommitdiff
path: root/fixco_custom/models/detail_order.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-12-08 16:14:00 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-12-08 16:14:00 +0700
commit2a77c2a565bc6f8139af830853e1c06625593f44 (patch)
treeb7d475aaea7fdcd54afbf4e53697061517976509 /fixco_custom/models/detail_order.py
parent6b255061a752a5d8cc9af65b98f39cf0abe1824d (diff)
push
Diffstat (limited to 'fixco_custom/models/detail_order.py')
-rwxr-xr-xfixco_custom/models/detail_order.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/fixco_custom/models/detail_order.py b/fixco_custom/models/detail_order.py
index 1211aad..6bb5429 100755
--- a/fixco_custom/models/detail_order.py
+++ b/fixco_custom/models/detail_order.py
@@ -167,6 +167,7 @@ class DetailOrder(models.Model):
'picking_policy': 'direct',
'carrier': json_data.get('data', {})[0].get('logisticsInfos')[0].get('logisticsProviderName'),
'invoice_mp': json_data.get('data', {})[0].get('externalOrderId'),
+ 'channel': json_data.get('data', {})[0].get('channel'),
}
return data