@como/como-client
Advanced tools
Comparing version 0.7.67 to 0.7.68
{ | ||
"name": "@como/como-client", | ||
"version": "0.7.67", | ||
"version": "0.7.68", | ||
"description": "Client module for Como's loaylty API", | ||
@@ -5,0 +5,0 @@ "main": "src/como.js", |
@@ -682,5 +682,5 @@ const moment = require('moment-timezone'); | ||
/** | ||
* Return service recaptch site key | ||
* Return service recaptch config | ||
*/ | ||
getRecaptchaSiteKey() { return this.comoData.reCaptchaSiteKey; } | ||
getRecaptchaConfig() { return {reCaptchaSiteKey: this.comoData.reCaptchaSiteKey, baseUrl: this.comoData.gateway } } | ||
@@ -687,0 +687,0 @@ /** |
Sorry, the diff of this file is too big to display
223611