Merge branch 'dev' into fix/lam-298/custom_info_requests_flow
This commit is contained in:
commit
c5bf50b932
46 changed files with 441 additions and 149 deletions
|
|
@ -69,7 +69,7 @@ function batch (
|
|||
AND ($12 is null or txs.to_address = $12)
|
||||
AND ($13 is null or txs.txStatus = $13)
|
||||
${excludeTestingCustomers ? `AND c.is_test_customer is false` : ``}
|
||||
AND (fiat > 0)
|
||||
AND (error IS NOT null OR fiat > 0)
|
||||
ORDER BY created DESC limit $4 offset $5`
|
||||
|
||||
const cashOutSql = `SELECT 'cashOut' AS tx_class,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue