From 0e6044ae6f3da3a0c4d46226b9754cf1ec5be9b3 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 25 Nov 2014 15:12:31 -0300 Subject: [PATCH] add paymentAckMemo to history --- js/models/Wallet.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/models/Wallet.js b/js/models/Wallet.js index fa14dad38..a3753431a 100644 --- a/js/models/Wallet.js +++ b/js/models/Wallet.js @@ -2669,12 +2669,14 @@ Wallet.prototype.getTransactionHistory = function(opts, cb) { }); if (proposal) { + // TODO refactor tx.comment = proposal.comment; tx.sentTs = proposal.sentTs; tx.merchant = proposal.merchant; tx.peerActions = proposal.peerActions; tx.finallyRejected = proposal.finallyRejected; tx.merchant = proposal.merchant; + tx.paymentAckMemo = proposal.paymentAckMemo; tx.peerActions = proposal.peerActions; tx.finallyRejected = proposal.finallyRejected;