Updated on 2026-08-14

This commit is contained in:
Tangem 2025-11-20 14:05:56 +05:00
parent 3ea0fbb8a3
commit fcc995a98a
7 changed files with 56 additions and 7 deletions

View file

@ -35,6 +35,8 @@ internal class TangemPayTxHistoryItemConverter(moshi: Moshi) :
date = spend.authorizedAt.withLocalZone(),
amount = spend.amount,
currency = Currency.getInstance(spend.currency),
localAmount = spend.localAmount,
localCurrency = spend.localCurrency?.let(Currency::getInstance),
enrichedMerchantName = spend.enrichedMerchantName,
merchantName = spend.merchantName,
enrichedMerchantCategory = spend.enrichedMerchantCategory,