producteca-sdk
Advanced tools
Comparing version 5.1.0 to 5.1.1
@@ -32,3 +32,3 @@ (function() { | ||
CouriersApi.prototype.getZplOf = function(order, shipment) { | ||
return this.client.getAsync(getDownloadLink(order, shipment, "zpl2"), { | ||
return this.client.getAsync(this.getDownloadLink(order, shipment, "zpl2"), { | ||
raw: true | ||
@@ -35,0 +35,0 @@ }); |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"main": "build/sdk.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
30612