The Origin screen can now display payment requests properly.
This commit is contained in:
parent
4203a449d9
commit
b0e46f18a1
3 changed files with 71 additions and 23 deletions
|
|
@ -427,7 +427,7 @@ angular.module('copayApp.services').factory('incomingData', function($log, $stat
|
|||
};
|
||||
var stateParams = {
|
||||
amount: payProDetails.amount,
|
||||
toAddr: payProDetails.toAddress,
|
||||
toAddress: payProDetails.toAddress,
|
||||
thirdParty: JSON.stringify(thirdPartyData)
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue