@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/CHANGELOG.md +19 -0
- package/dist/bundle-report.html +3 -3
- package/dist/offers.js +11 -11
- package/dist/offers.js.map +2 -2
- package/package.json +2 -2
- package/src/shopify/shopifyMiddleware.ts +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ordergroove/offers",
|
|
3
|
-
"version": "2.
|
|
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": "
|
|
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
|
}
|