Updated on 2026-08-14
This commit is contained in:
parent
2b3175621b
commit
be31deaf00
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ class MoonPayService(
|
|||
|
||||
override fun availableForSell(currency: Currency): Boolean {
|
||||
val availableForSell = status?.availableForSell ?: return false
|
||||
val metadata = status?.responseCurrencies?.map { it.metadata }
|
||||
val metadata = status?.responseCurrencies?.filter { it.isSellSupported }?.map { it.metadata }
|
||||
if (!isSellAllowed()) return false
|
||||
|
||||
return when (currency) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue