Use production API for UPS

This commit is contained in:
Skylar Ittner 2025-04-23 14:57:57 -06:00
parent 24310ee8e2
commit 7628f3d2c6

View File

@ -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;