From 340d3a90d1ec2644aa473d0f9ec28bd9064b237f Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Wed, 16 Jul 2014 13:58:56 -0400 Subject: [PATCH] Fix a couple of typos in Evergreen driver. I typed $U->simple_req when it should be $U->simplereq. Signed-off-by: Jason Stephenson --- lib/NCIP/ILS/Evergreen.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', { -- 2.43.2