Updated on 2026-08-14
This commit is contained in:
parent
f548450cf4
commit
89e0a3ca45
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ sealed class PromoActivationAnalytics(
|
|||
PromoCodeActivationResult.Failed -> "Error"
|
||||
PromoCodeActivationResult.InvalidPromoCode -> "Invalid"
|
||||
PromoCodeActivationResult.NoBitcoinAddress -> "No Address"
|
||||
PromoCodeActivationResult.PromoCodeAlreadyUsed -> "Already Use"
|
||||
PromoCodeActivationResult.PromoCodeAlreadyUsed -> "Already Used"
|
||||
PromoCodeActivationResult.Activated -> "Activated"
|
||||
},
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue