feat(sync): Refactor Akte sync status handling and remove deprecated event step
This commit is contained in:
@@ -67,7 +67,7 @@ class XAIUploadUtils:
|
||||
'rubrum': str(akte.get('rubrum', '') or ''),
|
||||
}
|
||||
)
|
||||
collection_id = col['id']
|
||||
collection_id = col.get('collection_id') or col.get('id')
|
||||
self._log.info(f"✅ Collection created: {collection_id}")
|
||||
|
||||
# Save back to EspoCRM
|
||||
|
||||
Reference in New Issue
Block a user