From: | "Sreenivas.kairi" <sreenivas.kairi [...] catalytic.com> |
To: | <db [...] kavod.com>, <bug-business-shipping [...] rt.cpan.org> |
CC: | "'Sushil Jha'" <sushil.jha [...] catalytic.com>, "'Rajesh Jagarlamudi'" <rajesh.jagarlamudi [...] catalytic.com> |
Subject: | Issues in Business-Shipping module related to APO or FPO addresses |
Date: | Fri, 16 Sep 2005 19:16:13 +0530 |
Hello Daniel,
I am pretty happy to use "Business-Shipping ver 1.52" module for UPS and
USPS shipping rate calculations.
Please find a couple of issues I am facing with FPO or APO addresses as
illustrated bellow...
Context1: Given from_zip = '44114' and to_zip = "34050" to calculate UPS
(Ground) shipping cost
Code Snippet:
my $rate_request = Business::Shipping->rate_request (
'user_id' => 'some_userid',
'password' => 'some_pwd',
'access_key' => 'some_access',
'cache' => 0,
'event_handlers' => {
'debug3' => 'STDERR',
'debug' => 'undef',
'error' => 'croak',
#'trace' => 'STDERR',
},
'from_country' => "US",
'to_country' => "US",
'service' => $service,
'from_zip' => "44114",
'weight' => $pounds,
'to_zip' => 34050,
'cache' => "1",
'shipper' => "Online::UPS",
'to_residential' => 1,
'packaging' => '02'
);
Bug: Script stops from execution.
Context2: Given from_zip = "44114" and to_zip = "96940" to
calculate USPS shipping cost
Bug: Script stops from execution.
System Configuration Details:
Operating System: FreeBSD 5.2.1
Web Server: Apache 2.0.50
Software: Perl 5.6.1 (Business-Shipping ver 1.5)
With the information available in ver 2.0 TODO file it seems still the bug
is NOT yet fixed; according to UPS_Online_disabled.txt the UPS_Online module
is disabled in from current version.
Please provide your suggestions how I can proceed further to calculate
shipping cost for FPO or APO and US Territory addresses for both UPS and
USPS package carriers.
Your support is highly appreciable.
Thanks!
Best Regards from,
Sreenivas Kairi
Message body is not shown because it is too large.