Skip to content

Commit

Permalink
Add is_active property
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Feb 29, 2024
1 parent 6d93c15 commit 8e248c4
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 @@ -81,6 +81,7 @@ def create_or_update_company(siae: Siae):
attributes={
"app_id": siae.id,
"siae": True,
"active": siae.is_active,
"description": siae.description,
"kind": siae.kind,
"address_street": siae.address,
Expand Down

0 comments on commit 8e248c4

Please sign in to comment.