shapeshift orderid and back button
This commit is contained in:
parent
42c2b53953
commit
c4be7c991a
5 changed files with 22 additions and 5 deletions
|
|
@ -65,6 +65,7 @@ angular.module('copayApp.services').factory('incomingData', function($log, $stat
|
|||
if (shapeshiftData) {
|
||||
params['minShapeshiftAmount'] = shapeshiftData.minAmount;
|
||||
params['maxShapeshiftAmount'] = shapeshiftData.maxAmount;
|
||||
params['shapeshiftOrderId'] = shapeshiftData.orderId;
|
||||
}
|
||||
$state.transitionTo('tabs.send.amount', params);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue