Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Commit

Permalink
fix prod secure url
Browse files Browse the repository at this point in the history
  • Loading branch information
sfeldkamp committed Jul 5, 2014
1 parent cf11e4f commit 551ebed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usps.cfc
Expand Up @@ -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);
Expand Down Expand Up @@ -305,4 +305,4 @@ limitations under the License.
<cfreturn local.requestResponse>
</cffunction>

</cfcomponent>
</cfcomponent>

0 comments on commit 551ebed

Please sign in to comment.