fix: add csv fields to query
This commit is contained in:
parent
d6166ce752
commit
790cdd8fec
3 changed files with 56 additions and 3 deletions
|
|
@ -87,6 +87,7 @@ function advancedBatch(data) {
|
|||
'notified',
|
||||
'redeem',
|
||||
'phone',
|
||||
'email',
|
||||
'error',
|
||||
'fixedFee',
|
||||
'created',
|
||||
|
|
@ -120,7 +121,6 @@ function advancedBatch(data) {
|
|||
'txVersion',
|
||||
'publishedAt',
|
||||
'termsAccepted',
|
||||
'layer2Address',
|
||||
'commissionPercentage',
|
||||
'rawTickerPrice',
|
||||
'receivedCryptoAtoms',
|
||||
|
|
@ -131,7 +131,6 @@ function advancedBatch(data) {
|
|||
'customerIdCardDataNumber',
|
||||
'customerIdCardDataExpiration',
|
||||
'customerIdCardData',
|
||||
'customerName',
|
||||
'sendTime',
|
||||
'customerFrontCameraPath',
|
||||
'customerIdCardPhotoPath',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue