From 74e53c6408e8029697c53db725a497e8570b2c95 Mon Sep 17 00:00:00 2001 From: Karan Darji Date: Mon, 17 May 2021 16:41:38 +0530 Subject: [PATCH] Updated Secure API endpoint --- USPSBase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/USPSBase.php b/USPSBase.php index ee4d567..ee1274d 100644 --- a/USPSBase.php +++ b/USPSBase.php @@ -10,8 +10,8 @@ * @author Vincent Gabriel */ class USPSBase { - const LIVE_API_URL = 'http://production.shippingapis.com/ShippingAPI.dll'; - const TEST_API_URL = 'http://production.shippingapis.com/ShippingAPITest.dll'; + const LIVE_API_URL = 'https://production.shippingapis.com/ShippingAPI.dll'; + const TEST_API_URL = 'https://stg-production.shippingapis.com/ShippingAPITest.dll'; /** * @var string - the usps username provided by the usps website