Updated on 2026-08-14
This commit is contained in:
parent
ac1768a026
commit
7fb32453ca
6 changed files with 41 additions and 8 deletions
|
|
@ -40,6 +40,7 @@ internal class TangemPayTxHistoryItemConverter(moshi: Moshi) :
|
|||
enrichedMerchantName = spend.enrichedMerchantName,
|
||||
merchantName = spend.merchantName,
|
||||
enrichedMerchantCategory = spend.enrichedMerchantCategory,
|
||||
merchantCategoryCode = spend.merchantCategoryCode,
|
||||
merchantCategory = spend.merchantCategory,
|
||||
status = TangemPayTxHistoryItemStatusConverter.convert(spend.status),
|
||||
enrichedMerchantIconUrl = spend.enrichedMerchantIcon,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue