diff --git a/js/models/Wallet.js b/js/models/Wallet.js index 2855a9812..853c449fc 100644 --- a/js/models/Wallet.js +++ b/js/models/Wallet.js @@ -2686,7 +2686,6 @@ Wallet.prototype.getTransactionHistory = function(opts, cb) { tx.sentTs = proposal.sentTs; tx.merchant = proposal.merchant; tx.peerActions = proposal.peerActions; - tx.merchant = proposal.merchant; tx.paymentAckMemo = proposal.paymentAckMemo; tx.actionList = self._getActionList(proposal); } diff --git a/views/modals/paypro.html b/views/modals/paypro.html index 5d8fdff56..0d8620111 100644 --- a/views/modals/paypro.html +++ b/views/modals/paypro.html @@ -19,9 +19,10 @@ {{ alternative }} {{ alternativeIsoCode }} -

- Expires {{md.expiration | amTimeAgo }} -

+ +
+ Expires: {{md.expirationDate | amTimeAgo }} +
diff --git a/views/modals/txp-details.html b/views/modals/txp-details.html index 1ada9656d..f94425621 100644 --- a/views/modals/txp-details.html +++ b/views/modals/txp-details.html @@ -47,8 +47,14 @@
{{tx.merchant.pr.pd.memo}} + +
+ Expires: {{tx.merchant.expirationDate | amTimeAgo }} +
+ +
Copayers Signatures