From: Jason Stephenson Date: Wed, 16 Jul 2014 17:58:56 +0000 (-0400) Subject: Fix a couple of typos in Evergreen driver. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=340d3a90d1ec2644aa473d0f9ec28bd9064b237f;p=working%2FNCIPServer.git Fix a couple of typos in Evergreen driver. I typed $U->simple_req when it should be $U->simplereq. Signed-off-by: Jason Stephenson --- diff --git a/lib/NCIP/ILS/Evergreen.pm b/lib/NCIP/ILS/Evergreen.pm index 952b2bf..0067255 100644 --- a/lib/NCIP/ILS/Evergreen.pm +++ b/lib/NCIP/ILS/Evergreen.pm @@ -112,7 +112,7 @@ sub login { my $self = shift; # Get the authentication seed. - my $seed = $U->simple_req( + my $seed = $U->simplereq( 'open-ils.auth', 'open-ils.auth.authenticate.init', $self->{config}->{username} @@ -120,7 +120,7 @@ sub login { # Actually login. if ($seed) { - my $response = $U->simple_req( + my $response = $U->simplereq( 'open-ils.auth', 'open-ils.auth.authenticate.complete', {