From 562a8ff33db9de80c5ab8fddd5deaaa09b42ac89 Mon Sep 17 00:00:00 2001 From: Chris Payne Date: Tue, 8 Jul 2025 21:28:22 -0400 Subject: [PATCH] Fix pax8 country code? --- main.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ps1 b/main.ps1 index 079c89a..e35d942 100644 --- a/main.ps1 +++ b/main.ps1 @@ -261,7 +261,7 @@ $SubmitBtn.Add_Click({ -City $city ` -Province $province ` -PostalCode $postalCode ` - -Country "Canada" ` + -Country "CA" ` -Credentials $script:toolCredentials }