summaryrefslogtreecommitdiff
path: root/fixco_custom/models/detail_order.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-12-22 13:36:43 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-12-22 13:36:43 +0700
commit74bc0544d9789479f599e808930e01ecea7fbf22 (patch)
treeef11ccc1620ab31ee1b560c8b16f0552041a7742 /fixco_custom/models/detail_order.py
parentb03b5e7d3ab83db6f26610490fc2a4e7dc4d3d9c (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 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