Fix incomingData toAddress, mistake
This commit is contained in:
parent
59b9167ff0
commit
bb3b00ae8d
1 changed files with 2 additions and 2 deletions
|
|
@ -438,10 +438,10 @@ angular.module('copayApp.services').factory('incomingData', function($log, $stat
|
||||||
url: payProDetails.url,
|
url: payProDetails.url,
|
||||||
verified: payProDetails.verified
|
verified: payProDetails.verified
|
||||||
};
|
};
|
||||||
|
|
||||||
var stateParams = {
|
var stateParams = {
|
||||||
amount: payProDetails.amount,
|
amount: payProDetails.amount,
|
||||||
toAddr: payProDetails.toAddress,
|
toAddress: payProDetails.toAddress,
|
||||||
coin: coin,
|
coin: coin,
|
||||||
thirdParty: JSON.stringify(thirdPartyData)
|
thirdParty: JSON.stringify(thirdPartyData)
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue