Transaction Logs - Backend Changes (#14113)

* Transaction Logs - Backend Changes

* filter out bank challenge if is not userSupport
This commit is contained in:
negue
2022-07-13 21:18:59 +02:00
committed by GitHub
parent 3aa7b8b447
commit 0b4059aab0
8 changed files with 41 additions and 11 deletions

View File

@@ -559,5 +559,6 @@ schema.methods.updateBalance = async function updateBalance (amount,
amount,
reference,
referenceText,
currentAmount: this.balance,
});
};