We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a23ea1 commit 7749e09Copy full SHA for 7749e09
USPSBase.php
@@ -10,8 +10,8 @@
10
* @author Vincent Gabriel
11
*/
12
class USPSBase {
13
- const LIVE_API_URL = 'https://secure.shippingapis.com/ShippingAPI.dll';
14
- const TEST_API_URL = 'https://secure.shippingapis.com/ShippingAPITest.dll';
+ const LIVE_API_URL = 'http://production.shippingapis.com/ShippingAPI.dll';
+ const TEST_API_URL = 'http://production.shippingapis.com/ShippingAPITest.dll';
15
16
/**
17
* @var string - the usps username provided by the usps website
0 commit comments