Skip to content

Commit

Permalink
Ajout de siae.extra_data dans le dictionnaire d'attributs
Browse files Browse the repository at this point in the history
  • Loading branch information
chloend committed Nov 17, 2024
1 parent 691ac51 commit 42e86ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lemarche/utils/apis/api_brevo.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def create_or_update_company(siae):
"geo_range": siae.geo_range,
"app_url": get_object_share_url(siae),
"app_admin_url": get_object_admin_url(siae),
**siae.extra_data, # includes completion_rate, tender_email_send_count, etc.
},
)

Expand Down

0 comments on commit 42e86ec

Please sign in to comment.