@wix/auto_sdk_ecom_order-transactions 1.0.47 → 1.0.49

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.
@@ -117,6 +117,12 @@ function resolveComWixEcomOrdersPaymentsV1PaymentsUrl(opts) {
117
117
  srcPath: "/ecom/v1/ep-payments",
118
118
  destPath: "/v1/payments"
119
119
  }
120
+ ],
121
+ "*.dev.wix-code.com": [
122
+ {
123
+ srcPath: "/ecom/v1/payments",
124
+ destPath: "/v1/payments"
125
+ }
120
126
  ]
121
127
  };
122
128
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));