Comparing version 3.0.18 to 3.0.19
@@ -16,3 +16,3 @@ (function() { | ||
AlmexOrdersAdapter.prototype.getOutputBean = function(order) { | ||
var valueOrDefault, _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6; | ||
var valueOrDefault, _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8; | ||
valueOrDefault = (function(_this) { | ||
@@ -52,3 +52,6 @@ return function(value, defaultValue) { | ||
zpl2: order.zpl2, | ||
tracking_number: (_ref6 = order.shipping) != null ? _ref6.tracking_number : void 0 | ||
customId: order.customId, | ||
trackingNumber: (_ref6 = order.shipping) != null ? _ref6.trackingNumber : void 0, | ||
service: (_ref7 = order.shipping) != null ? _ref7.service : void 0, | ||
priority: (_ref8 = order.shipping) != null ? _ref8.priority : void 0 | ||
}; | ||
@@ -55,0 +58,0 @@ }; |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "3.0.18", | ||
"version": "3.0.19", | ||
"main": "build/almexApi.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
55996
505