fix bitpay card
This commit is contained in:
parent
24c2d735cc
commit
1501d74558
10 changed files with 135 additions and 81 deletions
|
|
@ -98,7 +98,7 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
|||
$scope.buyAndSellItems = buyAndSellService.getLinked();
|
||||
$scope.homeIntegrations = homeIntegrationsService.get();
|
||||
|
||||
bitpayCardService.get(function(err, cards) {
|
||||
bitpayCardService.get({}, function(err, cards) {
|
||||
$scope.bitpayCardItems = cards;
|
||||
});
|
||||
|
||||
|
|
@ -210,6 +210,9 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
|||
} else {
|
||||
wallet.error = null;
|
||||
wallet.status = status;
|
||||
|
||||
// TODO service refactor? not in profile service
|
||||
profileService.setLastKnownBalance(wallet.id, wallet.status.totalBalanceStr, function() {});
|
||||
}
|
||||
if (++j == i) {
|
||||
updateTxps();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue