From 421a99b693053bade4e1e5e5a099cc675b1a484e Mon Sep 17 00:00:00 2001 From: Morgan Breden Date: Mon, 28 Oct 2019 22:41:29 -0400 Subject: [PATCH] Update secure live API url from upstream base --- src/Usps/USPSBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Usps/USPSBase.php b/src/Usps/USPSBase.php index 066f8ca..17b48ff 100755 --- a/src/Usps/USPSBase.php +++ b/src/Usps/USPSBase.php @@ -12,7 +12,7 @@ abstract class USPSBase { - const LIVE_API_URL = 'http://production.shippingapis.com/ShippingAPI.dll'; + const LIVE_API_URL = 'https://secure.shippingapis.com/ShippingAPI.dll'; const TEST_API_URL = 'http://production.shippingapis.com/ShippingAPITest.dll'; /**