We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a439f commit 79ff9b4Copy full SHA for 79ff9b4
src/index.js
@@ -33,7 +33,7 @@ const courier_info = {
33
},
34
fedex: {
35
patterns: [new RegExp(/\b(((96\d\d|6\d)\d{3} ?\d{4}|96\d{2}|\d{4}) ?\d{4} ?\d{4}( ?\d{3}|\d{15})?)\b/i)],
36
- tracking_url: "http://www.fedex.com/Tracking?language=english&cntry_code=us&tracknumbers="
+ tracking_url: "https://www.fedex.com/fedextrack/?tracknumbers="
37
}
38
};
39
0 commit comments