Fix handle URL (mobile). Replaces visa-api by api
This commit is contained in:
parent
222fbe57ff
commit
252ebf45b3
5 changed files with 20 additions and 9 deletions
|
|
@ -50,7 +50,7 @@ angular.module('copayApp.controllers').controller('bitpayCardIntroController', f
|
|||
} else {
|
||||
// TEST TODO
|
||||
bitpayCardService.testSession(function(err, session) {
|
||||
if (err) $log.error(err);
|
||||
if (err) popupService.showAlert(null, err);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue