Updated on 2026-08-14

This commit is contained in:
Tangem 2023-12-27 14:50:03 +03:00
parent 9062c1dea3
commit f280dff806
3 changed files with 3 additions and 1 deletions

View file

@ -15,4 +15,5 @@ enum class ExchangeAnalyticsStatus(val value: String) {
Fail("Fail"),
KYC("KYC"),
Refunded("Refunded"),
Cancelled("Canceled"),
}