@djust-b2b/djust-front-sdk 2.5.1 → 2.5.3

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.
@@ -369,7 +369,7 @@ async function getCartLines(params) {
369
369
  currency,
370
370
  page: pageable.page,
371
371
  size: pageable.size,
372
- sort: pageable.sort,
372
+ sorts: pageable.sort,
373
373
  supplierId,
374
374
  productVariantId,
375
375
  offerPriceId,
@@ -146,7 +146,7 @@ async function getPaymentMethods({ reference, countryCode, referenceType, locale
146
146
  (0, parameters_validation_1.required)({ reference });
147
147
  const { data } = await (0, fetch_instance_1.enhancedFetch)({
148
148
  method: "GET",
149
- path: `/v1/shop/payments/payments-methods`,
149
+ path: `/v1/shop/payments/payment-methods`,
150
150
  params: {
151
151
  reference,
152
152
  countryCode,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djust-b2b/djust-front-sdk",
3
- "version": "2.5.1",
3
+ "version": "2.5.3",
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",