paypro: set memo on comment properly.

This commit is contained in:
Christopher Jeffrey 2014-08-01 15:03:17 -07:00 committed by Manuel Araoz
commit 6ef3cf2992

View file

@ -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',