Fix a typo in the error message.

This commit is contained in:
Colin Kuskie 2010-07-15 14:07:50 -07:00
parent 229e8e1b6f
commit 3bc6548a9f

View file

@ -445,7 +445,7 @@ around BUILDARGS => sub {
}
my $argument2 = shift;
if (!defined $argument2) {
WebGUI::Error::InvalidParam->throw( param=>$argument2, error=>"Need a vendorId.");
WebGUI::Error::InvalidParam->throw( param=>$argument2, error=>"Need a transactionId.");
}
if (ref $argument2 eq 'HASH') {
##Build a new one