Comments
This commit is contained in:
parent
be8e482e24
commit
a3d95669cb
|
|
@ -178,6 +178,7 @@ def woo(order_id):
|
|||
"TITLE": f"Order {order['id']}",
|
||||
'STAGE_ID': stage_id,
|
||||
'CONTACT_IDS': [contact_id],
|
||||
'COMMENTS': f"{order['customer_note']}",
|
||||
'UF_CRM_1684256942409': f"{order['billing'].get('first_name', '')}",
|
||||
'UF_CRM_1684256770733': f"{order['billing'].get('last_name', '')}",
|
||||
'UF_CRM_1684256782976': f"{order['billing'].get('email', '')}",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
{"id": 113016, "hash": "c5fafd5aa9e69d742249afe450ff19ed", "status": "processing", "total": "2110", "modified": "2026-03-27T15:10:23"}
|
||||
{"id": 113590, "hash": "4598a9c5561c50655b36b21c6ffed12a", "status": "pending", "total": "1615", "modified": "2026-04-06T09:51:21"}
|
||||
Loading…
Reference in New Issue