producteca-sdk
Advanced tools
Comparing version 7.5.1 to 7.5.2
@@ -97,6 +97,6 @@ (function() { | ||
ProductsApi.prototype.createVariations = function(productId, variations) { | ||
ProductsApi.prototype.createVariations = function(productId, variations, opts) { | ||
var url; | ||
url = "/products/" + productId + "/variations"; | ||
return this.client.postAsync(url, variations); | ||
return this.client.postAsync(url, variations, opts); | ||
}; | ||
@@ -103,0 +103,0 @@ |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "7.5.1", | ||
"version": "7.5.2", | ||
"main": "build/sdk.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
66523