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

Commit

Permalink
Merge pull request #42 from greggles/master
Browse files Browse the repository at this point in the history
Issue #15 and #10: use https by default
  • Loading branch information
VinceG authored May 17, 2019
2 parents 134b73f + 208e76c commit 5787470
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 5787470

Please sign in to comment.