Fix handle URL (mobile). Replaces visa-api by api

This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-10 11:12:26 -03:00
commit 252ebf45b3
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 20 additions and 9 deletions

View file

@ -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);
});
}