shapeshift orderid and back button

This commit is contained in:
Kadir Sekha 2017-12-14 17:56:47 +09:00
commit c4be7c991a
5 changed files with 22 additions and 5 deletions

View file

@ -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)) {