shapeshift orderid and back button
This commit is contained in:
parent
42c2b53953
commit
c4be7c991a
5 changed files with 22 additions and 5 deletions
|
|
@ -100,7 +100,8 @@ angular.module('copayApp.directives').directive('shapeshiftCoinTrader', function
|
|||
|
||||
var shapeshiftData = {
|
||||
minAmount: $scope.marketData.minimum,
|
||||
maxAmount: $scope.marketData.maxLimit
|
||||
maxAmount: $scope.marketData.maxLimit,
|
||||
orderId: $scope.depositInfo.orderId
|
||||
};
|
||||
|
||||
if (incomingData.redir(sendAddress, shapeshiftData)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue