Adds sandbox message. Adds uuid from device
This commit is contained in:
parent
6db2d13b7d
commit
cd87d9628d
5 changed files with 78 additions and 59 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue