Yes I am a newbie and this is probably simple but I have never modified this script and I get the following message:
Fatal error: Cannot redeclare getupsquote() (previously declared in /home/callwall/public_html/paypal_pro/ups_quote_lib.php:266) in /home/callwall/public_html/paypal_pro/ups_quote_lib.php on line 266
Following are the only references: The last one starts on line 266 where the error is flaged and I didn't paste all the code in regard to space. Any help on which of these is the culprit would be appreciated!
$rate = getUPSQuote($upsProductCode,$packageWeight,
$originPostalCode,$originCountryCode,
$destPostalCode,$destCountryCode);
function: getUPSQuote
Usage:
$rate = getUPSQuote($upsProductCode,$packageWeight,
$originPostalCode,$originCountryCode,
$destPostalCode,$destCountryCode);
function getUPSQuote($upsProductCode,$packageWeight,
$originPostalCode,$originCountryCode,
$destPostalCode,$destCountryCode,
$destPostalCity = "",
$resCode = "1",
$containerCode = "00",
$rateCode = "One+Time+Pickup",
$packageValue = "",
$packageLength = "",
$packageWidth = "",
$packageHeight = ""){