Skip Menu |

This queue is for tickets about the Business-Shipping CPAN distribution.

Report information
The Basics
Id: 14615
Status: resolved
Priority: 0/
Queue: Business-Shipping

People
Owner: Nobody in particular
Requestors: sreenivas.kairi [...] catalytic.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.

[sreenivas.kairi@catalytic.com - Fri Sep 16 09:51:00 2005]: Show quoted text
> Please find a couple of issues I am facing with FPO or APO addresses > as illustrated bellow...
Thank you for your detailed bug report. UPS does not ship to APO/FPO addresses: https://www.ups.com/content/us/en/resources/prepare/guidelines/prepare_package4.html "Army Post Office (APO) and Fleet Post Office (FPO) addresses are not accepted." According to my tests, the USPS_Online module works correctly for calculating shipments to the zip codes that you indicated. Let me know if I can be of further assistance. --Dan