@wix/auto_sdk_ecom_orders 1.0.92 → 1.0.93

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.
@@ -110,14 +110,7 @@ var import_field_mask = require("@wix/sdk-runtime/transformations/field-mask");
110
110
  var import_transform_paths = require("@wix/sdk-runtime/transformations/transform-paths");
111
111
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
112
112
  function resolveComWixEcomOrdersV1OrdersUrl(opts) {
113
- const domainToMappings = {
114
- "www.wixapis.com": [
115
- {
116
- srcPath: "/ecom/v1/orders",
117
- destPath: "/v1/orders"
118
- }
119
- ]
120
- };
113
+ const domainToMappings = {};
121
114
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
122
115
  }
123
116
  function resolveComWixEcomOrdersPaymentsCollectorV1PaymentsCollectorUrl(opts) {