Skip to content

Commit 7749e09

Browse files
Michael Kuron107454
Michael Kuron
authored and
107454
committed
URLs changed
1 parent 8a23ea1 commit 7749e09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

USPSBase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* @author Vincent Gabriel
1111
*/
1212
class USPSBase {
13-
const LIVE_API_URL = 'https://secure.shippingapis.com/ShippingAPI.dll';
14-
const TEST_API_URL = 'https://secure.shippingapis.com/ShippingAPITest.dll';
13+
const LIVE_API_URL = 'http://production.shippingapis.com/ShippingAPI.dll';
14+
const TEST_API_URL = 'http://production.shippingapis.com/ShippingAPITest.dll';
1515

1616
/**
1717
* @var string - the usps username provided by the usps website

0 commit comments

Comments
 (0)