@djust-b2b/djust-front-sdk 1.18.6 → 1.18.7

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.
@@ -261,12 +261,12 @@ async function getCustomerUserAddresses({ shipping, billing, account, organisati
261
261
  const { data } = await (0, fetch_instance_1.enhancedFetch)({
262
262
  method: "GET",
263
263
  path: `/v1/shop/customer-users/addresses`,
264
- body: JSON.stringify({
264
+ params: {
265
265
  shipping,
266
266
  billing,
267
267
  account,
268
268
  organisationIds,
269
- }),
269
+ },
270
270
  });
271
271
  return data;
272
272
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djust-b2b/djust-front-sdk",
3
- "version": "1.18.6",
3
+ "version": "1.18.7",
4
4
  "description": "DJUST Front SDK is a versatile JavaScript Software Development Kit (SDK) ",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",