@tracelog/lib 2.7.3-rc.98.3 → 2.7.3-rc.98.4
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/dist/browser/tracelog.esm.js +2 -0
- package/dist/browser/tracelog.esm.js.map +1 -1
- package/dist/browser/tracelog.js +2 -2
- package/dist/browser/tracelog.js.map +1 -1
- package/dist/public-api.cjs +1 -1
- package/dist/public-api.cjs.map +1 -1
- package/dist/public-api.js +1 -1
- package/dist/public-api.js.map +1 -1
- package/package.json +1 -1
|
@@ -4030,6 +4030,8 @@ class Cs extends _ {
|
|
|
4030
4030
|
headers: { "Content-Type": "application/json" },
|
|
4031
4031
|
body: JSON.stringify({ attributes: { [Ms]: e } }),
|
|
4032
4032
|
credentials: "same-origin"
|
|
4033
|
+
}).then((t) => {
|
|
4034
|
+
t.ok || (this.lastSyncedSessionId = null, a("debug", "Shopify cart attribute update failed", { data: { status: t.status } }));
|
|
4033
4035
|
}).catch(() => {
|
|
4034
4036
|
this.lastSyncedSessionId = null, a("debug", "Shopify cart attribute update failed");
|
|
4035
4037
|
});
|