Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
Issue #15 and #10: use https by default
Browse files Browse the repository at this point in the history
  • Loading branch information
greggles committed Dec 27, 2017
1 parent e3f73cd commit 208e76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/USPSBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

/**
Expand Down

0 comments on commit 208e76c

Please sign in to comment.