fix payment intent
This commit is contained in:
parent
39ea2a226b
commit
68f21f3c4d
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ angular.module('copayApp.controllers').controller('PaymentIntentController', fun
|
|||
$scope.wallets = ret;
|
||||
$scope.loading = false;
|
||||
$scope.$digest();
|
||||
}, 1);
|
||||
}, 1000);
|
||||
};
|
||||
if ($rootScope.iden) {
|
||||
var iden = $rootScope.iden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue