@como/como-client
Advanced tools
Comparing version 0.7.73 to 0.7.74
@@ -5,33 +5,33 @@ 'use strict'; | ||
hotfix: { | ||
gateway: 'https://janua-env.como.com', | ||
gateway: 'https://app.qa.comosense.com', | ||
zapp_root: 'loyalty-zapp', | ||
services_root: 'loyalty-services', | ||
services_root_cdn: 'https://static.comoqa.como.com', | ||
app_modules_root: 'https://janua-env.como.com/app-modules', | ||
app_modules_legacy_root: 'https://appmodules-hotfix.como.com' | ||
services_root_cdn: 'https://services.qa.bcomo.com', | ||
app_modules_root: 'https://app.qa.comosense.com/app-modules', | ||
app_modules_legacy_root: 'https://appmodules.qa.comosense.com' | ||
}, | ||
qa: { | ||
gateway: 'https://janua-dev.como.com', | ||
gateway: 'https://app.qa.comosense.com', | ||
zapp_root: 'loyalty-zapp', | ||
services_root: 'loyalty-services', | ||
services_root_cdn: 'https://static.comoqa.como.com', | ||
app_modules_root: 'https://janua-dev.como.com/app-modules', | ||
app_modules_legacy_root: 'https://appmodules-qa.como.com' | ||
services_root_cdn: 'https://services.qa.bcomo.com', | ||
app_modules_root: 'https://app.qa.comosense.com/app-modules', | ||
app_modules_legacy_root: 'https://appmodules.qa.comosense.com' | ||
}, | ||
prod: { | ||
gateway: 'https://janua.como.com', | ||
gateway: 'https://app.comosense.com', | ||
zapp_root: 'loyalty-zapp', | ||
services_root: 'loyalty-services', | ||
services_root_cdn: 'https://static.prod.como.com', | ||
app_modules_root: 'https://janua.como.com/app-modules', | ||
app_modules_legacy_root: 'https://appmodules-prod.como.com' | ||
services_root_cdn: 'https://services.prod.bcomo.com', | ||
app_modules_root: 'https://app.comosense.com/app-modules', | ||
app_modules_legacy_root: 'https://appmodules.comosense.com' | ||
}, | ||
test: { | ||
gateway: 'https://janua-env.como.com', | ||
gateway: 'https://app.qa.comosense.com', | ||
zapp_root: 'loyalty-zapp', | ||
services_root: 'loyalty-services', | ||
services_root_cdn: 'https://static.comoqa.como.com', | ||
app_modules_root: 'https://janua-env.como.com/app-modules', | ||
app_modules_legacy_root: 'https://appmodules-qa.como.com' | ||
services_root_cdn: 'https://services.qa.bcomo.com', | ||
app_modules_root: 'https://app.qa.comosense.com/app-modules', | ||
app_modules_legacy_root: 'https://appmodules.qa.comosense.com' | ||
} | ||
}; |
{ | ||
"name": "@como/como-client", | ||
"version": "0.7.73", | ||
"version": "0.7.74", | ||
"description": "Client module for Como's loaylty API", | ||
@@ -5,0 +5,0 @@ "main": "src/como.js", |
@@ -174,3 +174,5 @@ const moment = require('moment-timezone'); | ||
this.comoData.expiresIn = credentials.expiresIn; | ||
this.comoData.reCaptchaSiteKey = credentials.config? credentials.config.recaptchaSiteKey : this.comoData.reCaptchaSiteKey; | ||
if(credentials.config){ | ||
this.comoData.reCaptchaSiteKey = credentials.config.recaptchaSiteKey; | ||
} | ||
} | ||
@@ -177,0 +179,0 @@ |
Sorry, the diff of this file is too big to display
224072
4780