paypro: add merchant prop to tx proposal.
This commit is contained in:
parent
ebf3137946
commit
d7b1770e5a
1 changed files with 2 additions and 1 deletions
|
|
@ -1036,7 +1036,8 @@ Wallet.prototype.createPaymentTxSync = function(options, outputs, unspent) {
|
|||
creator: myId,
|
||||
createdTs: now,
|
||||
builder: b,
|
||||
comment: options.memo
|
||||
comment: options.memo,
|
||||
merchant: options.uri
|
||||
};
|
||||
|
||||
var ntxid = this.txProposals.add(data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue