fix: export fiatProfit to simplified transaaction logs
This commit is contained in:
parent
c07ee43b85
commit
2cb4ad1443
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ const logDateFormat = require('../../../logs').logDateFormat
|
|||
|
||||
const transactionsLoader = new DataLoader(ids => transactions.getCustomerTransactionsBatch(ids))
|
||||
const txLogFields = ['txClass', 'id', 'deviceId', 'toAddress', 'cryptoAtoms',
|
||||
'cryptoCode', 'fiat', 'fiatCode', 'fee', 'status',
|
||||
'cryptoCode', 'fiat', 'fiatCode', 'fee', 'status', 'fiatProfit',
|
||||
'dispense', 'notified', 'redeem', 'phone', 'error',
|
||||
'created', 'confirmedAt', 'hdIndex', 'swept', 'timedout',
|
||||
'dispenseConfirmed', 'provisioned1', 'provisioned2',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue