feat(santo-tirso): 2nd direction w/now plugin type working
This commit is contained in:
parent
0c0fb74dcd
commit
4ebc3db302
2 changed files with 90 additions and 98 deletions
|
|
@ -101,10 +101,7 @@ function cashOut(req, res) {
|
|||
|
||||
function depositAck(req, res) {
|
||||
plugins.depositAck(getFingerprint(req), req.body, function(err) {
|
||||
res.json({
|
||||
err: err && err.message,
|
||||
errType: err && err.name
|
||||
});
|
||||
res.json(200);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue