tradly 1.1.81 → 1.1.82

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
@@ -2778,7 +2778,7 @@ class App {
2778
2778
  try {
2779
2779
  const [error, responseJson] = await network.networkCall({
2780
2780
  path:
2781
- `${TENANTSHIPPINGMETHOD}/${param.shipping_method_id}` +
2781
+ `${TENANTSHIPPINGMETHOD}/${param.shipping_method_id}/external` +
2782
2782
  url,
2783
2783
  method: Method.GET,
2784
2784
  authKey: param.authKey,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tradly",
3
- "version": "1.1.81",
3
+ "version": "1.1.82",
4
4
  "description": "Tradly JS SDK",
5
5
  "main": "index.js",
6
6
  "type": "module",