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

@ -29,6 +29,8 @@ angular.module('copayApp.controllers').controller('buyAmazonController',
$scope.fiat = minimumAmount;
var network = configService.getSync().amazon.testnet ? 'testnet' : 'livenet';
amazonService.setCredentials(network);
amazonService.healthCheckRequest();
amazonService.initUuid();
self.otherWallets = otherWallets(network);
// Choose focused wallet
try {