Merge pull request #5015 from ajp8164/feat/multiple-cards
Implement multiple cards.
This commit is contained in:
commit
09bdcc3ce4
11 changed files with 238 additions and 71 deletions
|
|
@ -246,7 +246,7 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
|||
$scope.bitpayCards = null;
|
||||
return;
|
||||
}
|
||||
$scope.bitpayCards = data.cards;
|
||||
$scope.bitpayCards = data;
|
||||
});
|
||||
bitpayCardService.getBitpayDebitCardsHistory(null, function(err, data) {
|
||||
if (err) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue