Open Amazon redeem link in system browser. Fix buy gc on mobile
This commit is contained in:
parent
2b60bc3066
commit
7793be3615
7 changed files with 22 additions and 14 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue