@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.
@@ -114,6 +114,12 @@ function resolveComWixEcomCartApiV1CartServiceUrl(opts) {
114
114
  destPath: "/v1/carts"
115
115
  }
116
116
  ],
117
+ "*.dev.wix-code.com": [
118
+ {
119
+ srcPath: "/_api/ecom-cart",
120
+ destPath: ""
121
+ }
122
+ ],
117
123
  "www._base_domain_": [
118
124
  {
119
125
  srcPath: "/_api/ecom-cart",
@@ -138,12 +144,6 @@ function resolveComWixEcomCartApiV1CartServiceUrl(opts) {
138
144
  destPath: "/v1/carts"
139
145
  }
140
146
  ],
141
- "apps._base_domain_": [
142
- {
143
- srcPath: "/ecom/v1/carts",
144
- destPath: "/v1/carts"
145
- }
146
- ],
147
147
  "api._api_base_domain_": [
148
148
  {
149
149
  srcPath: "/cart-v1-proxy",