@wix/auto_sdk_ecom_cart 1.0.67 → 1.0.68

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.
@@ -99,6 +99,16 @@ function resolveComWixEcomCartApiV1CartServiceUrl(opts) {
99
99
  srcPath: "/_api/ecom-cart",
100
100
  destPath: ""
101
101
  },
102
+ {
103
+ srcPath: "/_api/cart",
104
+ destPath: ""
105
+ },
106
+ {
107
+ srcPath: "/ecom/v1/carts",
108
+ destPath: "/v1/carts"
109
+ }
110
+ ],
111
+ "manage._base_domain_": [
102
112
  {
103
113
  srcPath: "/ecom/v1/carts",
104
114
  destPath: "/v1/carts"