Skip to content

Commit

Permalink
Update attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Feb 22, 2024
1 parent 55d6ebf commit c33aee6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions lemarche/utils/apis/api_brevo.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,15 @@ def create_company(siae: Siae):
attributes={
"id": siae.id,
"siae": True,
"description": siae.description,
"kind": siae.kind,
"domain": siae.website,
"link_app": get_share_url_object(siae),
"link_admin": get_admin_url_object(siae),
"contact_email": siae.contact_email,
"contact_phone": siae.contact_phone,
"logo_url": siae.logo_url,
"geo_range": siae.geo_range,
"app_url": get_share_url_object(siae),
"admin_url": get_admin_url_object(siae),
},
)

Expand Down

0 comments on commit c33aee6

Please sign in to comment.