Skip to content

Commit

Permalink
Add address fields
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Feb 27, 2024
1 parent 579c191 commit 780222a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lemarche/utils/apis/api_brevo.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,12 @@ def create_or_update_company(siae: Siae):
"siae": True,
"description": siae.description,
"kind": siae.kind,
"domain": siae.website,
"address_road": siae.address,
"address_post_code": siae.post_code,
"address_city": siae.city,
"contact_email": siae.contact_email,
"contact_phone": siae.contact_phone,
"domain": siae.website,
"logo_url": siae.logo_url,
"geo_range": siae.geo_range,
"app_url": get_object_share_url(siae),
Expand Down

0 comments on commit 780222a

Please sign in to comment.