@ordergroove/offers 2.37.2-alpha-PR-928-3.119 → 2.38.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ordergroove/offers",
3
- "version": "2.37.2-alpha-PR-928-3.119+5ee371e3",
3
+ "version": "2.38.0",
4
4
  "description": "offer state component",
5
5
  "author": "Eugenio Lattanzio <eugenio63@gmail.com>",
6
6
  "homepage": "https://github.com/ordergroove/plush-toys#readme",
@@ -48,5 +48,5 @@
48
48
  "@ordergroove/offers-templates": "^0.9.6",
49
49
  "@types/lodash.memoize": "^4.1.9"
50
50
  },
51
- "gitHead": "5ee371e315b854ac77fdf4f44a718a4d88363d6b"
51
+ "gitHead": "3aeaadda9243d4ff1c851abdb9056b5adc0ad54c"
52
52
  }
@@ -354,6 +354,7 @@ function synchronizeSellingPlan(store: any, offerElement?: HTMLElement) {
354
354
  const sellingPlanId = getSubscribedFrequency(productId, store);
355
355
 
356
356
  getOrCreateHidden(productIdInput.form, 'selling_plan', sellingPlanId);
357
+ getOrCreateHidden(productIdInput.form, `attributes[og__session]`, store.getState().sessionId);
357
358
  if (offerElement) {
358
359
  // use this to update the product attributes in future
359
360
  }