cash-in working
This commit is contained in:
parent
f357b6080e
commit
e2d619c56d
3 changed files with 6 additions and 5 deletions
|
|
@ -115,6 +115,7 @@ function trade (req, res) {
|
|||
function send (req, res) {
|
||||
var tx = req.body
|
||||
tx.cryptoAtoms = new BigNumber(tx.cryptoAtoms)
|
||||
tx.satoshis = tx.cryptoAtoms
|
||||
|
||||
plugins.sendCoins(session(req), tx, function (err, status) {
|
||||
// TODO: use status.statusCode here after confirming machine compatibility
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue