@wix/auto_sdk_subscription_subscriptions 1.0.12 → 1.0.13

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
@@ -1386,7 +1386,7 @@ function previewSubscriptionCharges(payload) {
1386
1386
  data: serializedData,
1387
1387
  host
1388
1388
  }),
1389
- params: (0, import_rest_modules.toURLSearchParams)(serializedData),
1389
+ params: (0, import_rest_modules.toURLSearchParams)(serializedData, true),
1390
1390
  transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
1391
1391
  {
1392
1392
  transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,
@@ -1416,7 +1416,7 @@ function previewSubscriptionsCharges(payload) {
1416
1416
  data: serializedData,
1417
1417
  host
1418
1418
  }),
1419
- params: (0, import_rest_modules.toURLSearchParams)(serializedData),
1419
+ params: (0, import_rest_modules.toURLSearchParams)(serializedData, true),
1420
1420
  transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
1421
1421
  {
1422
1422
  transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,