From 74bc0544d9789479f599e808930e01ecea7fbf22 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 22 Dec 2025 13:36:43 +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 6bb5429..598fb70 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'), + 'source': 'ginee', 'channel': json_data.get('data', {})[0].get('channel'), } return data -- cgit v1.2.3