producteca-sdk
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -26,2 +26,3 @@ (function() { | ||
this.update = bind(this.update, this); | ||
this.updateAttributes = bind(this.updateAttributes, this); | ||
this.simpleUpdate = bind(this.simpleUpdate, this); | ||
@@ -113,2 +114,6 @@ this.updatePrices = bind(this.updatePrices, this); | ||
ProductsApi.prototype.updateAttributes = function(id, update) { | ||
return this.client.putAsync("/products/" + id + "/attributes", update); | ||
}; | ||
ProductsApi.prototype.update = function(id, update) { | ||
@@ -115,0 +120,0 @@ return this.client.putAsync("/products/" + id, update); |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"main": "build/sdk.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
64699
783