@wix/auto_sdk_ecom_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.
@@ -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",
@@ -114,6 +120,12 @@ function resolveComWixEcomCartApiV1CartServiceUrl(opts) {
114
120
  destPath: "/v1/carts"
115
121
  }
116
122
  ],
123
+ "*.dev.wix-code.com": [
124
+ {
125
+ srcPath: "/_api/ecom-cart",
126
+ destPath: ""
127
+ }
128
+ ],
117
129
  "www._base_domain_": [
118
130
  {
119
131
  srcPath: "/_api/ecom-cart",
@@ -138,6 +150,12 @@ function resolveComWixEcomCartApiV1CartServiceUrl(opts) {
138
150
  destPath: "/v1/carts"
139
151
  }
140
152
  ],
153
+ "apps._base_domain_": [
154
+ {
155
+ srcPath: "/ecom/v1/carts",
156
+ destPath: "/v1/carts"
157
+ }
158
+ ],
141
159
  "api._api_base_domain_": [
142
160
  {
143
161
  srcPath: "/cart-v1-proxy",