tradly 1.1.13 → 1.1.14

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.
Files changed (2) hide show
  1. package/Roots/App.js +1 -1
  2. package/package.json +1 -1
package/Roots/App.js CHANGED
@@ -2899,7 +2899,7 @@ class App {
2899
2899
  let path =
2900
2900
  param.content_id == undefined || param.content_id == ""
2901
2901
  ? `${LISTINGS}/${param.listing_id}${DIGITAL_CONTENT}`
2902
- : `${LISTINGS}/${param.listing_id}${DIGITAL_CONTENT}/${content_id}`;
2902
+ : `${LISTINGS}/${param.listing_id}${DIGITAL_CONTENT}/${param.content_id}`;
2903
2903
  try {
2904
2904
  const [error, responseJson] = await network.networkCall({
2905
2905
  path: path,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tradly",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "description": "Tradly JS SDK",
5
5
  "main": "index.js",
6
6
  "type": "module",