@lancom/shared 0.0.235 → 0.0.236

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/nuxt.config.js +1 -1
  2. package/package.json +1 -1
package/nuxt.config.js CHANGED
@@ -293,7 +293,7 @@ module.exports = (config, axios, { raygunClient, publicPath } = {}) => ({
293
293
 
294
294
  if (sp.storeCode) {
295
295
  info['g:store_code'] = { _text: sp.storeCode };
296
- info['g:link_template'] = { _text: `${link}&store=${sp.storeCode}` };
296
+ info['g:link_template'] = { _text: `${link}&store={store_code}` };
297
297
  info['g:pickup_method'] = { _text: 'buy' };
298
298
  info['g:pickup_sla'] = { _text: 'next day' };
299
299
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lancom/shared",
3
- "version": "0.0.235",
3
+ "version": "0.0.236",
4
4
  "description": "lancom common scripts",
5
5
  "author": "e.tokovenko <e.tokovenko@gmail.com>",
6
6
  "repository": {