@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.
@@ -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",
@@ -101,6 +107,12 @@ function resolveComWixEcomCartApiV1CartServiceUrl(opts) {
101
107
  destPath: "/v1/carts"
102
108
  }
103
109
  ],
110
+ "*.dev.wix-code.com": [
111
+ {
112
+ srcPath: "/_api/ecom-cart",
113
+ destPath: ""
114
+ }
115
+ ],
104
116
  "www._base_domain_": [
105
117
  {
106
118
  srcPath: "/_api/ecom-cart",
@@ -125,6 +137,12 @@ function resolveComWixEcomCartApiV1CartServiceUrl(opts) {
125
137
  destPath: "/v1/carts"
126
138
  }
127
139
  ],
140
+ "apps._base_domain_": [
141
+ {
142
+ srcPath: "/ecom/v1/carts",
143
+ destPath: "/v1/carts"
144
+ }
145
+ ],
128
146
  "api._api_base_domain_": [
129
147
  {
130
148
  srcPath: "/cart-v1-proxy",