mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
Map a HubSpot outcome to an abandonment reason code 🟩
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
2512d428a1
commit
d884edd456
1 changed files with 1 additions and 1 deletions
|
|
@ -10,4 +10,4 @@ def abandon_reason_for_outcome(outcome: Optional[str]) -> AbandonReason:
|
|||
every outcome maps to CARDED; the real outcome-to-code table is a follow-up
|
||||
(needs Abri's code list), and swapping it in is a one-place change here.
|
||||
"""
|
||||
raise NotImplementedError
|
||||
return AbandonReason.CARDED
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue