Updated on 2026-08-14
This commit is contained in:
parent
1edd108652
commit
2a73e5654e
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ sealed class PromoActivationAnalytics(
|
|||
"State" to when (result) {
|
||||
PromoCodeActivationResult.Failed -> "Error"
|
||||
PromoCodeActivationResult.InvalidPromoCode -> "Invalid"
|
||||
PromoCodeActivationResult.NoBitcoinAddress -> "No Address "
|
||||
PromoCodeActivationResult.NoBitcoinAddress -> "No Address"
|
||||
PromoCodeActivationResult.PromoCodeAlreadyUsed -> "Already Use"
|
||||
PromoCodeActivationResult.Activated -> "Activated"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue