producteca-sdk
Advanced tools
Comparing version 8.11.0 to 8.12.0
@@ -19,2 +19,3 @@ (function() { | ||
this.salesOrderCreated = bind(this.salesOrderCreated, this); | ||
this.updateContact = bind(this.updateContact, this); | ||
this.deletePayment = bind(this.deletePayment, this); | ||
@@ -146,2 +147,6 @@ this.updatePayment = bind(this.updatePayment, this); | ||
SalesOrdersApi.prototype.updateContact = function(salesOrderId, contactUpdate, opts) { | ||
return this.client.putAsync("/salesorders/" + salesOrderId + "/contact", contactUpdate, opts); | ||
}; | ||
SalesOrdersApi.prototype.salesOrderCreated = function(salesOrderId, opts) { | ||
@@ -148,0 +153,0 @@ return this.client.postAsync("/salesorders/" + salesOrderId + "/created", void 0, opts); |
{ | ||
"name": "producteca-sdk", | ||
"version": "8.11.0", | ||
"version": "8.12.0", | ||
"description": "SDK for querying the Producteca's API", | ||
@@ -5,0 +5,0 @@ "main": "build/sdk.js", |
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
37920
887