Skip to content

Commit

Permalink
fixed an issue in EPARCEL is not working.
Browse files Browse the repository at this point in the history
  • Loading branch information
egg- committed Nov 13, 2020
1 parent 2fd8589 commit 31df1bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.5.3
* fixed an issue in EPARCEL is not working.

# 2.5.2
* updating dependencies

Expand Down
2 changes: 1 addition & 1 deletion lib/courier/eparcel.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var tracker = require('../')
var trackingInfo = function (number) {
return {
method: 'GET',
url: 'https://eparcel.kr/Track/Result?mode=0&ids=' + number
url: 'https://eparcel.kr/Track/Result?mode=0&lang=en-US&ids=' + number
}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "delivery-tracker",
"version": "2.5.2",
"version": "2.5.3",
"author": {
"name": "egg",
"email": "[email protected]"
Expand Down

0 comments on commit 31df1bc

Please sign in to comment.