From 39b794aa126e7b89a21547390831cea059ffb994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9?= <104012698+chloend@users.noreply.github.com> Date: Tue, 17 Dec 2024 07:18:39 +0100 Subject: [PATCH] fix(Brevo): update_enabled arg in 'api_brevo.create_contact' (#1593) --- lemarche/utils/apis/api_brevo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemarche/utils/apis/api_brevo.py b/lemarche/utils/apis/api_brevo.py index 321cf0830..a9ea45eb3 100644 --- a/lemarche/utils/apis/api_brevo.py +++ b/lemarche/utils/apis/api_brevo.py @@ -73,7 +73,7 @@ def create_contact(user, list_id: int, tender=None): list_ids=[list_id], attributes=attributes, ext_id=str(user.id), - update_enabled=False, + update_enabled=True, ) try: