Fix buy
This commit is contained in:
parent
3b0dceccf5
commit
2545ba8ee5
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
|||
return;
|
||||
}
|
||||
|
||||
if ($scope.isGlidera == 'buy') {
|
||||
if (($scope.isGlidera || $scope.isCoinbase) == 'buy') {
|
||||
initConfirm();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue