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;