ui.shipaid.com 0.3.145 → 0.3.146
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/widget.es.js +1 -1
- package/dist/widget.iife.js +1 -1
- package/dist/widget.umd.js +1 -1
- package/package.json +1 -1
package/dist/widget.es.js
CHANGED
|
@@ -3668,7 +3668,7 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
|
|
|
3668
3668
|
body: raw
|
|
3669
3669
|
};
|
|
3670
3670
|
const response = await fetch(
|
|
3671
|
-
`https://${this.storeDomain}/api/
|
|
3671
|
+
`https://${this.storeDomain}/api/2025-01/graphql.json`,
|
|
3672
3672
|
requestOptions
|
|
3673
3673
|
);
|
|
3674
3674
|
if (!response.ok) {
|