ui.shipaid.com 0.3.180 → 0.3.182
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.
|
@@ -149,8 +149,10 @@ export declare class ShipAidWidget extends LitElement {
|
|
|
149
149
|
private _findSellingPlanByName;
|
|
150
150
|
/** Fetches store info from the ShipAid public API. */
|
|
151
151
|
private _fetchSellingPlanFromVariant;
|
|
152
|
-
private
|
|
153
|
-
private
|
|
152
|
+
private _getProductFieldFromStorage;
|
|
153
|
+
private _storeProductFieldInStorage;
|
|
154
|
+
private _cleanupOldProductCache;
|
|
155
|
+
private _migrateFromCookiesToSessionStorage;
|
|
154
156
|
private _fetchProductJSON;
|
|
155
157
|
/** Fetch current cart from the Shopify ajax API */
|
|
156
158
|
private _fetchCart;
|