Skip to content

Commit

Permalink
Merge pull request #8 from bredmor/master
Browse files Browse the repository at this point in the history
Update secure live API url from upstream base
  • Loading branch information
johnpaulmedina authored Nov 2, 2019
2 parents 9065b6d + 421a99b commit ae3591e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Usps/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 ae3591e

Please sign in to comment.