Adds sandbox message. Adds uuid from device

This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-07 21:20:13 -03:00
commit cd87d9628d
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 78 additions and 59 deletions

View file

@ -8,6 +8,7 @@ angular.module('copayApp.controllers').controller('amazonController',
this.init = function() {
var self = this;
var network = configService.getSync().amazon.testnet ? 'testnet' : 'livenet';
self.sandbox = network == 'testnet' ? true : false;
amazonService.setCredentials(network);
amazonService.getGiftCards(function(err, gcds) {
if (err) {