From fcdf1b311e3ae73a949601df634f8cd54a7550ce Mon Sep 17 00:00:00 2001 From: Jonathan Reveille Date: Mon, 10 Jun 2024 18:22:56 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F(backend)=20deprecate=20`has?= =?UTF-8?q?=5Fconsent=5Fto=5Fterms`=20for=20Order=20model?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From now on, the terms and conditions (CGV in French) must be specific to each organization. We can no longer use a global version for the entire platform. These terms will be included directly in the contract's context, so the Order model no longer needs to track user acceptance, as this will happen during contract signing. Fix #816 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 652d61f3f6..062d3f5ac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,7 @@ and this project adheres to ### Changed +- Deprecated field `has_consent_to_terms` for `Order` model - Rework order statuses - Update certificate template to render logo of organization if it has a value.