@como/como-client
Advanced tools
Comparing version 0.7.72 to 0.7.73
{ | ||
"name": "@como/como-client", | ||
"version": "0.7.72", | ||
"version": "0.7.73", | ||
"description": "Client module for Como's loaylty API", | ||
@@ -5,0 +5,0 @@ "main": "src/como.js", |
@@ -174,3 +174,3 @@ const moment = require('moment-timezone'); | ||
this.comoData.expiresIn = credentials.expiresIn; | ||
this.comoData.reCaptchaSiteKey = credentials.config? credentials.config.recaptchaSiteKey : null; | ||
this.comoData.reCaptchaSiteKey = credentials.config? credentials.config.recaptchaSiteKey : this.comoData.reCaptchaSiteKey; | ||
} | ||
@@ -177,0 +177,0 @@ |
Sorry, the diff of this file is too big to display
224048