diff --git a/carriers/dhl.js b/carriers/dhl.js index 4be47ca..372a98f 100644 --- a/carriers/dhl.js +++ b/carriers/dhl.js @@ -50,7 +50,7 @@ function DHL(options) { forever: true, gzip: true, headers: { - 'DHL-API-Key': options.apiKey || process.env.DHL_API_KEY + 'DHL-API-Key': options.apiKey }, json: true, method: 'GET',