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,
|
||||
verified: payProDetails.verified
|
||||
};
|
||||
|
||||
|
||||
var stateParams = {
|
||||
amount: payProDetails.amount,
|
||||
toAddr: payProDetails.toAddress,
|
||||
toAddress: payProDetails.toAddress,
|
||||
coin: coin,
|
||||
thirdParty: JSON.stringify(thirdPartyData)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue