commercelayer
Advanced tools
Comparing version 1.2.9 to 1.3.0
{ | ||
"name": "commercelayer", | ||
"version": "1.2.9", | ||
"version": "1.3.0", | ||
"description": "The Official Commerce Layer JS library", | ||
@@ -5,0 +5,0 @@ "main": "./src/main.js", |
@@ -6,3 +6,3 @@ const config = require('./config') | ||
getOrderCookieName: function() { | ||
return `order_token_${config.countryCode()}` | ||
return `order_token_${config.clientId()}_${config.marketId()}_${config.countryCode()}` | ||
}, | ||
@@ -9,0 +9,0 @@ getAccessTokenCookieName: function() { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62782