@wix/auto_sdk_ecom_cart 1.0.71 → 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.
@@ -94,6 +94,12 @@ function resolveComWixEcomCartApiV1CartServiceUrl(opts) {
94
94
  destPath: "/v1/carts"
95
95
  }
96
96
  ],
97
+ "www.wixgateway.com": [
98
+ {
99
+ srcPath: "/ecom/v1/carts",
100
+ destPath: "/v1/carts"
101
+ }
102
+ ],
97
103
  _: [
98
104
  {
99
105
  srcPath: "/_api/ecom-cart",
@@ -144,6 +150,12 @@ function resolveComWixEcomCartApiV1CartServiceUrl(opts) {
144
150
  destPath: "/v1/carts"
145
151
  }
146
152
  ],
153
+ "apps._base_domain_": [
154
+ {
155
+ srcPath: "/ecom/v1/carts",
156
+ destPath: "/v1/carts"
157
+ }
158
+ ],
147
159
  "api._api_base_domain_": [
148
160
  {
149
161
  srcPath: "/cart-v1-proxy",