Enable Coinbase to old and new users

This commit is contained in:
Gustavo Maximiliano Cortez 2017-01-25 11:13:18 -03:00
commit e4ac118896
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 9 additions and 14 deletions

View file

@ -48,10 +48,7 @@ angular.module('copayApp.services').factory('configService', function(storageSer
testnet: false
},
coinbase: {
enabled: true,
testnet: false
},
coinbaseV2: true,
bitpayCard: {
enabled: true
@ -197,8 +194,8 @@ angular.module('copayApp.services').factory('configService', function(storageSer
if (!configCache.glidera) {
configCache.glidera = defaultConfig.glidera;
}
if (!configCache.coinbase) {
configCache.coinbase = defaultConfig.coinbase;
if (!configCache.coinbaseV2) {
configCache.coinbaseV2 = defaultConfig.coinbaseV2;
}
if (!configCache.amazon) {
configCache.amazon = defaultConfig.amazon;