fix(typo): _mock typo fixed
This commit is contained in:
parent
78eb403a5c
commit
1aacec9df2
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ function verifyUser(req, res) {
|
|||
}
|
||||
|
||||
function verifyTransaction(req, res) {
|
||||
if (_mock) return res.json({success: true});
|
||||
if (mock) return res.json({success: true});
|
||||
|
||||
idVerifier.verifyTransaction(req.body, function (err, idResult) {
|
||||
if (err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue