Changed the Fedex shipping URL from "https://www.fedex.com/fedextrack/?trknbr" to "https://www.fedex.com/apps/fedextrack/?tracknumbers="
Fedex changed how the URL worked
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ Public Class Form1
|
||||
|
||||
Dim encodedRMA As String = Uri.EscapeDataString(rawRMA)
|
||||
|
||||
txtFinalUrl.Text = "https://www.fedex.com/fedextrack/?trknbr=" & encodedRMA
|
||||
txtFinalUrl.Text = "https://www.fedex.com/apps/fedextrack/?tracknumbers=" & encodedRMA
|
||||
My.Computer.Clipboard.SetText(txtFinalUrl.Text)
|
||||
lblCoppiedNotifyer.Text = "Copied!"
|
||||
Timer1.Interval = 5000
|
||||
|
||||
Reference in New Issue
Block a user