paypro: set memo on comment properly.
This commit is contained in:
parent
53abfcacda
commit
6ef3cf2992
1 changed files with 1 additions and 1 deletions
|
|
@ -1020,7 +1020,7 @@ Wallet.prototype.sendPaymentTx = function(ntxid, options, cb) {
|
||||||
options.memo = options.memo || options.comment
|
options.memo = options.memo || options.comment
|
||||||
|| 'Hi server, I would like to give you some money.';
|
|| '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({
|
return $http({
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue