producteca-sdk
Advanced tools
Comparing version 0.0.33 to 0.0.34
@@ -14,3 +14,3 @@ (function() { | ||
product = adjustment.productData(); | ||
product.description = adjustment.name; | ||
product.description = product.description || adjustment.name; | ||
if (this.settings.identifier === "sku") { | ||
@@ -17,0 +17,0 @@ product.sku = adjustment.identifier; |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "0.0.33", | ||
"version": "0.0.34", | ||
"main": "build/sdk.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
72506