feat(payment): add chat support discounts and gratitude
This commit is contained in:
@@ -7,6 +7,7 @@ export type PaymentAnalyticsTriggerReason =
|
||||
| "insufficient_credits"
|
||||
| "profile_recharge"
|
||||
| "vip_cta"
|
||||
| "commercial_offer"
|
||||
| "ad_landing"
|
||||
| "manual_recharge"
|
||||
| "unknown";
|
||||
@@ -47,6 +48,7 @@ const TRIGGER_REASONS = new Set<PaymentAnalyticsTriggerReason>([
|
||||
"insufficient_credits",
|
||||
"profile_recharge",
|
||||
"vip_cta",
|
||||
"commercial_offer",
|
||||
"ad_landing",
|
||||
"manual_recharge",
|
||||
"unknown",
|
||||
|
||||
Reference in New Issue
Block a user