Comparing version 3.0.47 to 3.0.48
@@ -40,7 +40,7 @@ (function() { | ||
partidaList: order.lines.map((function(_this) { | ||
return function(line) { | ||
return function(line, index) { | ||
var _ref6; | ||
return { | ||
cantidad: line.quantity, | ||
idPartida: 1, | ||
idPartida: index + 1, | ||
skuId: ((_ref6 = line.variation.sku) != null ? _ref6.substring(0, 50) : void 0) || '' | ||
@@ -47,0 +47,0 @@ }; |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "3.0.47", | ||
"version": "3.0.48", | ||
"main": "build/almexApi.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
80164