From 551ebed431862c1827d6835d875ba64cb4be85aa Mon Sep 17 00:00:00 2001 From: sfeldkamp Date: Sat, 5 Jul 2014 12:27:40 -0500 Subject: [PATCH] fix prod secure url --- usps.cfc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usps.cfc b/usps.cfc index 6256e91..687f302 100644 --- a/usps.cfc +++ b/usps.cfc @@ -38,7 +38,7 @@ limitations under the License. setURLTEST("http://testing.shippingapis.com/ShippingAPITest.dll"); setURLTESTSECURE("https://secure.shippingapis.com/ShippingAPITest.dll"); setURLPROD("http://production.shippingapis.com/ShippingAPI.dll"); - setURLPRODSECURE("https://secure.shippingaps.com/ShippingAPI.dll"); + setURLPRODSECURE("https://secure.shippingapis.com/ShippingAPI.dll"); // set production and secure flags setIsProduction(arguments.isProduction); @@ -305,4 +305,4 @@ limitations under the License. - \ No newline at end of file +