paypro: add merchant prop to tx proposal.

This commit is contained in:
Christopher Jeffrey 2014-07-28 00:06:03 -07:00 committed by Manuel Araoz
parent ebf3137946
commit d7b1770e5a
1 changed files with 2 additions and 1 deletions

View File

@ -1036,7 +1036,8 @@ Wallet.prototype.createPaymentTxSync = function(options, outputs, unspent) {
creator: myId, creator: myId,
createdTs: now, createdTs: now,
builder: b, builder: b,
comment: options.memo comment: options.memo,
merchant: options.uri
}; };
var ntxid = this.txProposals.add(data); var ntxid = this.txProposals.add(data);