@constructor-io/constructorio-client-javascript 2.29.10 → 2.29.11
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/lib/utils/helpers.js +1 -1
- package/package.json +1 -1
package/lib/utils/helpers.js
CHANGED
|
@@ -133,7 +133,7 @@ var utils = {
|
|
|
133
133
|
} // Push the order id map into local storage
|
|
134
134
|
|
|
135
135
|
|
|
136
|
-
store.local.set(purchaseEventStorageKey,
|
|
136
|
+
store.local.set(purchaseEventStorageKey, purchaseEventStorage);
|
|
137
137
|
},
|
|
138
138
|
// Abort network request based on supplied timeout interval (in milliseconds)
|
|
139
139
|
// - method call parameter takes precedence over global options parameter
|