@wix/auto_sdk_ecom_current-cart 1.0.73 → 1.0.75

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.
@@ -182,6 +182,12 @@ function resolveComWixEcomCartApiV1CurrentCartServiceUrl(opts) {
182
182
  srcPath: "/cart-v1-proxy",
183
183
  destPath: ""
184
184
  }
185
+ ],
186
+ "ecom.wixapps.net": [
187
+ {
188
+ srcPath: "/_api/ecom-cart",
189
+ destPath: ""
190
+ }
185
191
  ]
186
192
  };
187
193
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));