paypro: include merchant data in tx proposal again.

This commit is contained in:
Christopher Jeffrey 2014-08-06 17:27:07 -07:00 committed by Manuel Araoz
parent 17f3402dab
commit fcaf911671
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}