diff --git a/js/models/core/Wallet.js b/js/models/core/Wallet.js index 78cd2b68f..318dc48cf 100644 --- a/js/models/core/Wallet.js +++ b/js/models/core/Wallet.js @@ -1020,7 +1020,7 @@ Wallet.prototype.sendPaymentTx = function(ntxid, options, cb) { options.memo = options.memo || options.comment || 'Hi server, I would like to give you some money.'; - pay.set('memo', txp.merchant.pr.pd.memo); + pay.set('memo', options.memo); return $http({ method: 'POST',