Skip to content

Commit

Permalink
♻️(backend) deprecate has_consent_to_terms for Order model
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jonathanreveille committed Jun 26, 2024
1 parent 9cea75f commit 8adfdb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8adfdb0

Please sign in to comment.