We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9bb67 commit 2237209Copy full SHA for 2237209
warehouse/models/mart/benefits/fct_benefits_events.sql
@@ -12,6 +12,10 @@ WITH fct_benefits_events AS (
12
case
13
when event_type = "selected eligibility verifier"
14
then "selected enrollment flow"
15
+ when event_type = "started payment connection"
16
+ then "started card tokenization"
17
+ when event_type = "closed payment connection" or event_type = "ended card tokenization"
18
+ then "finished card tokenization"
19
else event_type
20
end as event_type,
21
version_name,
0 commit comments