tradly 1.0.90 → 1.0.91

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
@@ -157,7 +157,7 @@ class App {
157
157
  try {
158
158
  const [error, responseJson] = await network.networkCall({
159
159
  path: DEVICES,
160
- method: Method.POST,
160
+ method: Method.PUT,
161
161
  param: param.data,
162
162
  authKey: param.authKey,
163
163
  currency: param.currency,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tradly",
3
- "version": "1.0.90",
3
+ "version": "1.0.91",
4
4
  "description": "Tradly JS SDK",
5
5
  "main": "index.js",
6
6
  "type": "module",