@wix/auto_sdk_ecom_cart 1.0.69 → 1.0.71

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.
@@ -101,6 +101,12 @@ function resolveComWixEcomCartApiV1CartServiceUrl(opts) {
101
101
  destPath: "/v1/carts"
102
102
  }
103
103
  ],
104
+ "*.dev.wix-code.com": [
105
+ {
106
+ srcPath: "/_api/ecom-cart",
107
+ destPath: ""
108
+ }
109
+ ],
104
110
  "www._base_domain_": [
105
111
  {
106
112
  srcPath: "/_api/ecom-cart",
@@ -125,12 +131,6 @@ function resolveComWixEcomCartApiV1CartServiceUrl(opts) {
125
131
  destPath: "/v1/carts"
126
132
  }
127
133
  ],
128
- "apps._base_domain_": [
129
- {
130
- srcPath: "/ecom/v1/carts",
131
- destPath: "/v1/carts"
132
- }
133
- ],
134
134
  "api._api_base_domain_": [
135
135
  {
136
136
  srcPath: "/cart-v1-proxy",