Merge pull request #5206 from gabrielbazan7/fix/glideraBuy

receive money from glidera in any wallet
This commit is contained in:
Gustavo Maximiliano Cortez 2016-12-12 14:26:19 -03:00 committed by GitHub
commit e1da049e2c
2 changed files with 12 additions and 5 deletions

View file

@ -69,6 +69,11 @@ angular.module('copayApp.controllers').controller('confirmController', function(
return;
}
if ($scope.isGlidera == 'buy') {
initConfirm();
return;
}
var filteredWallets = [];
var index = 0;
var enoughFunds = false;