paypro: display ack memo on notification.
This commit is contained in:
parent
fb77e46111
commit
e1478fefbf
2 changed files with 7 additions and 0 deletions
|
|
@ -1082,6 +1082,10 @@ Wallet.prototype.receivePaymentRequestACK = function(tx, txp, ack, cb) {
|
|||
tx = ptx;
|
||||
}
|
||||
|
||||
txp.merchant.ack = {
|
||||
memo: memo
|
||||
};
|
||||
|
||||
var txid = tx.getHash().toString('hex');
|
||||
return cb(txid, txp.merchant);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue