Powerstore Shipping
In the WA_Globals there is a section for shipping settings and it is set up for USPS. I need to use UPS. I have added the server behavior for UPS from eCart. Do I need to modify or add to this code
//Shipping Settings
$WAGLOBAL_Shipping_Enabled = true;
$WAGLOBAL_USPS_User = ""; // get this when you sign up for API access
$WAGLOBAL_USPS_Server = "http://testing.shippingapis.com/ShippingAPITest.dll"; // change this to the live server when you go live