tradly 1.0.77 → 1.0.78

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
@@ -1529,7 +1529,7 @@ class App {
1529
1529
  path:
1530
1530
  param.type === "tenant"
1531
1531
  ? TENANTSHIPPINGMETHOD
1532
- : `${SHIPPINGMETHOD}?account_id=${param?.account_id}`,
1532
+ : `${TENANTSHIPPINGMETHOD}?account_id=${param?.account_id}`,
1533
1533
  method: Method.GET,
1534
1534
  authKey: param.authKey,
1535
1535
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tradly",
3
- "version": "1.0.77",
3
+ "version": "1.0.78",
4
4
  "description": "Tradly JS SDK",
5
5
  "main": "index.js",
6
6
  "type": "module",