From 7628f3d2c6a4a86d9cb32eae0377a4edb68768c9 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 23 Apr 2025 14:57:57 -0600 Subject: [PATCH] Use production API for UPS --- lib/UPSAPIs.lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/UPSAPIs.lib.php b/lib/UPSAPIs.lib.php index 350eafb..d2d52d9 100644 --- a/lib/UPSAPIs.lib.php +++ b/lib/UPSAPIs.lib.php @@ -7,8 +7,8 @@ class UPSAPIs { - const BASEURL = "https://wwwcie.ups.com"; - //const BASEURL = "https://onlinetools.ups.com"; + //const BASEURL = "https://wwwcie.ups.com"; + const BASEURL = "https://onlinetools.ups.com"; public static function getBearerToken(bool $force = false): string { global $memcache;