Map a HubSpot outcome to an abandonment reason code 🟩

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Daniel Roth 2026-07-07 15:38:31 +00:00
parent 2512d428a1
commit d884edd456

View file

@ -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