@wix/auto_sdk_ecom_current-cart 1.0.70 → 1.0.72

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.
@@ -91,6 +91,12 @@ function resolveComWixEcomCartApiV1CurrentCartServiceUrl(opts) {
91
91
  destPath: "/v1/carts"
92
92
  }
93
93
  ],
94
+ "www.wixgateway.com": [
95
+ {
96
+ srcPath: "/ecom/v1/carts",
97
+ destPath: "/v1/carts"
98
+ }
99
+ ],
94
100
  _: [
95
101
  {
96
102
  srcPath: "/_api/ecom-cart",
@@ -141,6 +147,18 @@ function resolveComWixEcomCartApiV1CurrentCartServiceUrl(opts) {
141
147
  destPath: "/v1/carts"
142
148
  }
143
149
  ],
150
+ "editor.wixapps.net": [
151
+ {
152
+ srcPath: "/_api/ecom-cart",
153
+ destPath: ""
154
+ }
155
+ ],
156
+ "apps._base_domain_": [
157
+ {
158
+ srcPath: "/ecom/v1/carts",
159
+ destPath: "/v1/carts"
160
+ }
161
+ ],
144
162
  "api._api_base_domain_": [
145
163
  {
146
164
  srcPath: "/cart-v1-proxy",