thirdParty fix
This commit is contained in:
parent
dd75f581e7
commit
e4c5da0d44
1 changed files with 3 additions and 1 deletions
|
|
@ -447,7 +447,7 @@ angular.module('copayApp.services').factory('incomingData', function($log, $stat
|
||||||
amount: thirdPartyData.amount,
|
amount: thirdPartyData.amount,
|
||||||
toAddress: thirdPartyData.toAddress,
|
toAddress: thirdPartyData.toAddress,
|
||||||
coin: coin,
|
coin: coin,
|
||||||
thirdParty: JSON.stringify(thirdPartyData)
|
thirdParty: thirdPartyData
|
||||||
};
|
};
|
||||||
|
|
||||||
// fee
|
// fee
|
||||||
|
|
@ -455,6 +455,8 @@ angular.module('copayApp.services').factory('incomingData', function($log, $stat
|
||||||
stateParams.requiredFeeRate = thirdPartyData.requiredFeeRate * 1024;
|
stateParams.requiredFeeRate = thirdPartyData.requiredFeeRate * 1024;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sendFlowService.pushState(thirdPartyData);
|
||||||
|
|
||||||
scannerService.pausePreview();
|
scannerService.pausePreview();
|
||||||
$state.go('tabs.send', {}, {
|
$state.go('tabs.send', {}, {
|
||||||
'reload': true,
|
'reload': true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue