@wix/auto_sdk_ecom_cart 1.0.71 → 1.0.73

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.
@@ -81,6 +81,12 @@ function resolveComWixEcomCartApiV1CartServiceUrl(opts) {
81
81
  destPath: "/v1/carts"
82
82
  }
83
83
  ],
84
+ "www.wixgateway.com": [
85
+ {
86
+ srcPath: "/ecom/v1/carts",
87
+ destPath: "/v1/carts"
88
+ }
89
+ ],
84
90
  _: [
85
91
  {
86
92
  srcPath: "/_api/ecom-cart",
@@ -131,6 +137,18 @@ function resolveComWixEcomCartApiV1CartServiceUrl(opts) {
131
137
  destPath: "/v1/carts"
132
138
  }
133
139
  ],
140
+ "editor.wixapps.net": [
141
+ {
142
+ srcPath: "/_api/ecom-cart",
143
+ destPath: ""
144
+ }
145
+ ],
146
+ "apps._base_domain_": [
147
+ {
148
+ srcPath: "/ecom/v1/carts",
149
+ destPath: "/v1/carts"
150
+ }
151
+ ],
134
152
  "api._api_base_domain_": [
135
153
  {
136
154
  srcPath: "/cart-v1-proxy",