@djust-b2b/djust-front-sdk 1.17.2 → 1.17.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.
@@ -101,6 +101,7 @@ async function createCommercialOrder({ nbPreviewLines, channel, customFields, lo
101
101
  channel,
102
102
  customFields,
103
103
  locale,
104
+ origin,
104
105
  originId,
105
106
  paymentInfo,
106
107
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djust-b2b/djust-front-sdk",
3
- "version": "1.17.2",
3
+ "version": "1.17.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",