ebay-api 8.6.0 → 8.6.1

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.
package/README.md CHANGED
@@ -21,7 +21,7 @@ It supports `client credentials grant` and `authorization code grant` \(Auth'N'A
21
21
 
22
22
  ## Changelog
23
23
 
24
- * `v8.6.0` is the latest release.
24
+ * `v8.6.1` is the latest release.
25
25
  * See [here](https://github.com/hendt/ebay-api/blob/master/CHANGELOG.md) for the full changelog.
26
26
 
27
27
  ## Implementation status
@@ -36,9 +36,7 @@ class Cancellation extends Restful {
36
36
  }
37
37
  search(params) {
38
38
  return this.get(`/cancellation/search`, {
39
- params: {
40
- params
41
- }
39
+ params
42
40
  });
43
41
  }
44
42
  }