fix paypro scan handling
This commit is contained in:
parent
3f402fbd89
commit
360e1c8f87
3 changed files with 9 additions and 2 deletions
|
|
@ -180,6 +180,7 @@ angular.module('copayApp.services').factory('incomingData', function($log, $stat
|
|||
}
|
||||
|
||||
function handlePayPro(payProDetails){
|
||||
console.log('payProDetails', payProDetails);
|
||||
var stateParams = {
|
||||
toAmount: payProDetails.amount,
|
||||
toAddress: payProDetails.toAddress,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue