wallet to wallet case worked out. Also fixed routes and some css
This commit is contained in:
parent
3604ee3c3c
commit
fd4adbfb57
6 changed files with 138 additions and 117 deletions
|
|
@ -84,7 +84,7 @@ angular.module('copayApp.services').factory('incomingData', function($log, $stat
|
|||
$timeout(function() {
|
||||
if (amount) {
|
||||
$state.transitionTo('tabs.send.origin', {
|
||||
toAmount: amount,
|
||||
amount: amount,
|
||||
toAddress: addr,
|
||||
displayAddress: originalAddress ? originalAddress : addr,
|
||||
description: message,
|
||||
|
|
@ -409,7 +409,7 @@ angular.module('copayApp.services').factory('incomingData', function($log, $stat
|
|||
|
||||
function handlePayPro(payProDetails, coin) {
|
||||
var stateParams = {
|
||||
toAmount: payProDetails.amount,
|
||||
amount: payProDetails.amount,
|
||||
toAddress: payProDetails.toAddress,
|
||||
description: payProDetails.memo,
|
||||
paypro: payProDetails,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue