ebay-lookup
Advanced tools
Comparing version 0.4.1 to 0.5.0
@@ -136,2 +136,6 @@ /** | ||
Ebay.prototype.category = function (id) { | ||
return this._categoryid = id, this; | ||
}; | ||
Ebay.prototype.done = function (cb) { | ||
@@ -151,3 +155,4 @@ var r = request.get(endpoint); | ||
.query({'affiliate.trackingId': this.trackingId}) | ||
.query({'affiliate.networkId': this.networkId || defaultNetwork}); | ||
.query({'affiliate.networkId': this.networkId || defaultNetwork}) | ||
.query({'categoryId': this._categoryid}); | ||
@@ -154,0 +159,0 @@ // Add filters |
{ | ||
"name": "ebay-lookup", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
4
t.js
@@ -6,7 +6,7 @@ var ebay = require('./') | ||
.id('UrgeIOGm-6ef3-4c31-9b0a-2425f3a4b887') | ||
.country('CA') | ||
.location('CA') | ||
.country('AT') | ||
.affiliate('5337468037') | ||
.type('fixed') | ||
.condition('new') | ||
.category('9355') | ||
.price('10..') | ||
@@ -13,0 +13,0 @@ .done(function (err, res) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25204701
238