producteca-sdk
Advanced tools
Comparing version 7.6.1 to 7.7.0
@@ -29,2 +29,3 @@ (function() { | ||
this.close = bind(this.close, this); | ||
this.cancel = bind(this.cancel, this); | ||
this.update = bind(this.update, this); | ||
@@ -111,2 +112,6 @@ this.create = bind(this.create, this); | ||
SalesOrdersApi.prototype.cancel = function(ids) { | ||
return this.client.postAsync("/salesorders/cancel?ids=" + (ids.join())); | ||
}; | ||
SalesOrdersApi.prototype.close = function(id) { | ||
@@ -113,0 +118,0 @@ return this.client.postAsync("/salesorders/" + id + "/close"); |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "7.6.1", | ||
"version": "7.7.0", | ||
"main": "build/sdk.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
856
42897