@djust-b2b/djust-front-sdk 1.27.0 → 1.27.1

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.
@@ -788,7 +788,7 @@ async function punchoutOciCommercialOrder({ tenantConfigurationKey, commercialOr
788
788
  (0, parameters_validation_1.required)({ commercialOrderId, tenantConfigurationKey });
789
789
  const { data } = await (0, fetch_instance_1.enhancedFetch)({
790
790
  method: "GET",
791
- path: `/punchout/oci/${tenantConfigurationKey}/commercial-orders/${commercialOrderId}`,
791
+ path: `/cxml/punchout/oci/${tenantConfigurationKey}/commercial-orders/${commercialOrderId}`,
792
792
  params: {
793
793
  locale,
794
794
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djust-b2b/djust-front-sdk",
3
- "version": "1.27.0",
3
+ "version": "1.27.1",
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",