Fix pax8 country code?

This commit is contained in:
Chris Payne
2025-07-08 21:28:22 -04:00
parent 77968eef32
commit 562a8ff33d

View File

@@ -261,7 +261,7 @@ $SubmitBtn.Add_Click({
-City $city `
-Province $province `
-PostalCode $postalCode `
-Country "Canada" `
-Country "CA" `
-Credentials $script:toolCredentials
}