Updated on 2026-08-14

This commit is contained in:
Tangem 2023-02-14 18:02:48 +03:00
parent ee1ad7a2c3
commit 5e4d972b29

View file

@ -86,7 +86,8 @@ class UtorgExchangeService(
.appendPath(environment.sidValue)
.appendPath(walletAddress)
.appendQueryParameter("currency", cryptoCurrencyName)
.appendQueryParameter("paymentCurrency", "USD")
// if we set the paymentCurrency, then the Utorg widget didn't work
// .appendQueryParameter("paymentCurrency", "USD")
val url = builder.build().toString()
return url