@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.
package/build/cjs/meta.js CHANGED
@@ -58,14 +58,7 @@ var import_field_mask = require("@wix/sdk-runtime/transformations/field-mask");
58
58
  var import_transform_paths = require("@wix/sdk-runtime/transformations/transform-paths");
59
59
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
60
60
  function resolveComWixEcomOrdersV1OrdersUrl(opts) {
61
- const domainToMappings = {
62
- "www.wixapis.com": [
63
- {
64
- srcPath: "/ecom/v1/orders",
65
- destPath: "/v1/orders"
66
- }
67
- ]
68
- };
61
+ const domainToMappings = {};
69
62
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
70
63
  }
71
64
  function resolveComWixEcomOrdersPaymentsCollectorV1PaymentsCollectorUrl(opts) {