DIsable GLidera
This commit is contained in:
parent
6b3bb9ac8e
commit
bb4904955a
1 changed files with 2 additions and 0 deletions
|
|
@ -445,6 +445,7 @@ angular.module('copayApp.services').factory('glideraService', function($http, $l
|
|||
storageService.getGlideraToken(credentials.NETWORK, function(err, token) {
|
||||
if (err) return cb(err);
|
||||
|
||||
/*
|
||||
buyAndSellService.register({
|
||||
name: 'glidera',
|
||||
logo: 'img/glidera-logo.png',
|
||||
|
|
@ -453,6 +454,7 @@ angular.module('copayApp.services').factory('glideraService', function($http, $l
|
|||
configSref: 'tabs.preferences.glidera',
|
||||
linked: !!token,
|
||||
});
|
||||
*/
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue