Updated on 2026-08-14
This commit is contained in:
parent
3ea0fbb8a3
commit
fcc995a98a
7 changed files with 56 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue