Skip to content

Commit

Permalink
feat(tsl): add JustGiving Donation TSL event
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoodie committed Sep 13, 2020
1 parent 8efe48b commit ccb0520
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -83,6 +83,11 @@ public enum TSLEventKeyword {
"Mixer Host",
new TSLEventPair("host", "mixer")
),
// Integration events
JUSTGIVING_DONATION(
"JustGiving Donation",
new TSLEventPair("justgivingdonation", "justgiving")
),
;

public static boolean exists(String eventName) {
Expand Down

0 comments on commit ccb0520

Please sign in to comment.