WIP, rebasing.
This commit is contained in:
parent
14aa806267
commit
162d84e2d2
5 changed files with 35 additions and 36 deletions
|
|
@ -15,7 +15,7 @@ angular.module('copayApp.controllers').controller('bitpayCardIntroController', f
|
|||
return;
|
||||
}
|
||||
if (paired) {
|
||||
bitpayCardService.sync(apiContext, function(err, cards) {
|
||||
bitpayCardService.sync(apiContext, function(err, data) {
|
||||
if (err) {
|
||||
popupService.showAlert(gettextCatalog.getString('Error updating Debit Cards'), err);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue