paypro: fix error passing to abide by new flow. see #1410.
This commit is contained in:
parent
f3ed336278
commit
10b946bd86
1 changed files with 1 additions and 1 deletions
|
|
@ -1469,7 +1469,7 @@ Wallet.prototype.receivePaymentRequest = function(options, pr, cb) {
|
||||||
log.debug('You are currently on this BTC network:', network);
|
log.debug('You are currently on this BTC network:', network);
|
||||||
log.debug('The server sent you a message:', memo);
|
log.debug('The server sent you a message:', memo);
|
||||||
|
|
||||||
return cb(ntxid, merchantData);
|
return cb(null, ntxid, merchantData);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue