From 208e76cea28f09dcb58c79c2e3c4ac4e2eeab6ed Mon Sep 17 00:00:00 2001 From: Greg Knaddison Date: Wed, 27 Dec 2017 14:20:17 -0700 Subject: [PATCH] Issue #15 and #10: use https by default --- src/USPSBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/USPSBase.php b/src/USPSBase.php index 83653ba..4441fb9 100644 --- a/src/USPSBase.php +++ b/src/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'; /**