Name

USPS_ORIGIN —

SYNOPSIS

DESCRIPTION

VARIABLE TYPE

Catalog variable

EXAMPLES

No examples are available at this time. We do consider this a problem and will try to supply some.

NOTES

AVAILABILITY

USPS_ORIGIN is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: code/UserTag/usps_query.tag
Line 52 (context shows lines 42-56)

   'OVERSIZE' => 1,
   );
my %mailtypes = (
     'package'                  => 1,
     'postcards or aerogrammes' => 1,
     'matter for the blind'     => 1,
     'envelope'                 => 1,
     );

my $error_msg = 'USPS: ';
my $origin = $opt->{origin} || $::Variable->{USPS_ORIGIN} || $::Variable->{UPS_ORIGIN};
my $destination = $opt->{destination} || $::Values->{zip} || $::Variable->{SHIP_DEFAULT_ZIP};
my $userid = $opt->{userid} || $::Variable->{USPS_ID};
my $passwd = $opt->{passwd} || $::Variable->{USPS_PASSWORD};
my $url = $opt->{url} || $::Variable->{USPS_URL} || 'http://Production.ShippingAPIs.com/ShippingAPI.dll';

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!