Skip Menu |

This queue is for tickets about the Net-UPS CPAN distribution.

Report information
The Basics
Id: 24205
Status: resolved
Priority: 0/
Queue: Net-UPS

People
Owner: Nobody in particular
Requestors: matthew [...] lineen.com
Cc:
AdminCc:

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



Subject: Rate selection fails due to response warning
UPS OnLine tools recently added a warning in their response for rate selection: 'ErrorDescription' => 'Your invoice may vary from the displayed reference rates', 'ErrorCode' => '110971', 'ErrorSeverity' => 'Warning' The request_rate() (and shop_for_rates() by extension) functions fail regardless of the severity of the error: if ( my $error = $response->{Response}->{Error} ) { return $self->set_error( $error->{ErrorDescription} ); }
duplicate of 24190