We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11178c commit dfdcc1bCopy full SHA for dfdcc1b
1 file changed
wallet/wallet-app/src/main/kotlin/co/nilin/opex/wallet/app/service/DepositService.kt
@@ -347,7 +347,7 @@ class DepositService(
347
): PaymentDepositResponse {
348
349
val currency = currencyService
350
- .fetchCurrency(FetchCurrency(symbol = request.currency.name))
+ .fetchCurrency(FetchCurrency(symbol = request.currency))
351
?: throw OpexError.CurrencyNotFound.exception()
352
353
val sourceOwner = walletOwnerManager
0 commit comments