paypro: include merchant data in tx proposal again.
This commit is contained in:
parent
17f3402dab
commit
fcaf911671
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ function TxProposal(opts) {
|
|||
this.sentTxid = opts.sentTxid || null;
|
||||
this.comment = opts.comment || null;
|
||||
this.readonly = opts.readonly || null;
|
||||
this.merchant = opts.merchant || null;
|
||||
this._sync();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue