Skip to content

Commit

Permalink
refactor(benefits): rename card tokenization events
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Oct 25, 2024
1 parent ec62b1e commit 3e26875
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions warehouse/models/mart/benefits/fct_benefits_events.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ WITH fct_benefits_events AS (
case
when event_type = "selected eligibility verifier"
then "selected enrollment flow"
when event_type = "started payment connection"
then "started card tokenization"
when event_type = "closed payment connection" or event_type = "ended card tokenization"
then "finished card tokenization"
else event_type
end as event_type,
version_name,
Expand Down

0 comments on commit 3e26875

Please sign in to comment.