@wix/auto_sdk_ecom_orders 1.0.89 → 1.0.90

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.
@@ -25,12 +25,6 @@ import { transformPaths } from "@wix/sdk-runtime/transformations/transform-paths
25
25
  import { resolveUrl } from "@wix/sdk-runtime/rest-modules";
26
26
  function resolveComWixEcomOrdersV1OrdersUrl(opts) {
27
27
  const domainToMappings = {
28
- "manage._base_domain_": [
29
- {
30
- srcPath: "/_api/ecom-orders",
31
- destPath: ""
32
- }
33
- ],
34
28
  "www.wixapis.com": [
35
29
  {
36
30
  srcPath: "/ecom/v1/bulk/orders",