producteca-sdk
Advanced tools
Comparing version 7.3.1 to 7.4.0
@@ -18,2 +18,3 @@ (function() { | ||
this._buildSalesOrdersFilters = bind(this._buildSalesOrdersFilters, this); | ||
this.salesOrderCreated = bind(this.salesOrderCreated, this); | ||
this.deletePayment = bind(this.deletePayment, this); | ||
@@ -135,2 +136,6 @@ this.updatePayment = bind(this.updatePayment, this); | ||
SalesOrdersApi.prototype.salesOrderCreated = function(salesOrderId) { | ||
return this.client.postAsync("/salesorders/" + salesOrderId + "/created"); | ||
}; | ||
SalesOrdersApi.prototype._buildSalesOrdersFilters = function(filters) { | ||
@@ -137,0 +142,0 @@ var addAnd, brandsFilter, querystring; |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "7.3.1", | ||
"version": "7.4.0", | ||
"main": "build/sdk.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
821
61970