Open Amazon redeem link in system browser. Fix buy gc on mobile

This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-13 16:36:08 -03:00
commit 7793be3615
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
7 changed files with 22 additions and 14 deletions

View file

@ -39,8 +39,9 @@ angular.module('copayApp.services').factory('amazonService', function($http, $lo
$log.error(err);
return cb();
});
} else {
return cb('XXX'); // Test purpose
}
return cb('XXX'); // Test purpose
};
var _checkLimits = function(amount, cb) {