From 2a77c2a565bc6f8139af830853e1c06625593f44 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 8 Dec 2025 16:14:00 +0700 Subject: push --- fixco_custom/models/detail_order.py | 1 + 1 file changed, 1 insertion(+) (limited to 'fixco_custom/models/detail_order.py') 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 -- cgit v1.2.3